Add ability of FastROM hacks to use SuperFX.

This commit is contained in:
BearOso 2022-01-30 20:17:52 -06:00
parent a4efafbd2e
commit 2bc5302478
1 changed files with 5 additions and 0 deletions

View File

@ -2371,6 +2371,11 @@ void CMemory::InitROM (void)
case 0x1420:
case 0x1520:
case 0x1A20:
// SuperFX FastROM for ROM hacks
case 0x1330:
case 0x1430:
case 0x1530:
case 0x1A30:
Settings.SuperFX = TRUE;
S9xInitSuperFX();
if (ROM[0x7FDA] == 0x33)