Skip to content

Commit 84a2e88

Browse files
authored
ips_manager: add snes vram hack
1 parent ca38979 commit 84a2e88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/burner/libretro/ips_manager.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,10 @@ void GetIpsDrvDefine()
768768
nIpsDrvDefine |= IPS_PGM_SNDOFFS;
769769
continue;
770770
}
771+
if (0 == strcmp(tmp, "IPS_SNES_VRAMHK")) {
772+
nIpsDrvDefine |= IPS_SNES_VRAMHK;
773+
continue;
774+
}
771775
if (0 == strcmp(tmp, "IPS_LOAD_EXPAND")) {
772776
nIpsDrvDefine |= IPS_LOAD_EXPAND;
773777
nIpsMemExpLen[EXP_FLAG] = 1;

0 commit comments

Comments
 (0)