mirror of https://github.com/snes9xgit/snes9x.git
Add Kick Off and Jojo to VRAM write exclusions for now.
This commit is contained in:
parent
b4a7918ee4
commit
c96f6cd913
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue