mirror of https://github.com/snes9xgit/snes9x.git
I think this one's fixed, too.
This commit is contained in:
parent
eba29c569a
commit
cff3ff50f5
12
memmap.cpp
12
memmap.cpp
|
@ -3853,18 +3853,6 @@ void CMemory::ApplyROMFixes (void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Settings.DisableGameSpecificHacks)
|
|
||||||
{
|
|
||||||
// XXX: What's happening?
|
|
||||||
if (match_na("X-MEN")) // Spider-Man and the X-Men
|
|
||||||
{
|
|
||||||
Settings.BlockInvalidVRAMAccess = FALSE;
|
|
||||||
printf("Invalid VRAM access hack\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
//// SRAM initial value
|
//// SRAM initial value
|
||||||
|
|
||||||
if (!Settings.DisableGameSpecificHacks)
|
if (!Settings.DisableGameSpecificHacks)
|
||||||
|
|
Loading…
Reference in New Issue