Add Kick Off and Jojo to VRAM write exclusions for now.

This commit is contained in:
Brandon Wright 2018-05-19 16:00:26 -05:00
parent b4a7918ee4
commit c96f6cd913
1 changed files with 5 additions and 1 deletions

View File

@ -3856,11 +3856,15 @@ void CMemory::ApplyROMFixes (void)
if (!Settings.DisableGameSpecificHacks)
{
// XXX: What's happening?
if (match_na("X-MEN")) // Spider-Man and the X-Men
if (match_na("X-MEN") || // Spider-Man and the X-Men
match_na("KICK OFF") ||
match_na("SUPER FAMICOM JOJO"))
{
Settings.BlockInvalidVRAMAccess = FALSE;
printf("Invalid VRAM access hack\n");
}
}
//// SRAM initial value