SPU2: Add rogue BIOS loop point which Megaman X7 relies on.

Thanks to Ziemas for debugging this!
This commit is contained in:
refractionpcsx2 2021-07-22 09:38:00 +01:00
parent 080ba94ed2
commit 06d6001b0c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ s32 SPU2reset()
memset(spu2regs, 0, 0x010000);
memset(_spu2mem, 0, 0x200000);
memset(_spu2mem + 0x2800, 7, 0x10); // from BIOS reversal. Locks the voices so they don't run free.
memset(_spu2mem + 0xe870, 7, 0x10); // Loop which gets left over by the BIOS, Megaman X7 relies on it being there.
Spdif.Info = 0; // Reset IRQ Status if it got set in a previously run game
Cores[0].Init(0);