I think this one's fixed, too.

This commit is contained in:
Brandon Wright 2018-05-22 16:50:52 -05:00
parent eba29c569a
commit cff3ff50f5
1 changed files with 0 additions and 12 deletions

View File

@ -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
if (!Settings.DisableGameSpecificHacks)