GameSettings: Add patch for Ten Pin Alley 2 (RLEEFS)

A call to GXCopyDisp(), made once before the title screen for no
apparent purpose, is causing heap corruption, but it isn't observed on
real hardware thanks to the data cache. Skipping the call works too,
preventing a crash on the main menu.
This commit is contained in:
smurf3tte 2022-11-30 05:24:04 -08:00
parent 7cd9a78ebf
commit d448af0e84
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# RLEEFS - Ten Pin Alley 2
[OnFrame]
# This call to GXCopyDisp(), made once before the title screen for no apparent
# purpose, is causing heap corruption, but it isn't observed on real hardware
# thanks to the data cache. Skipping the call works too.
$Fix crash on main menu
0x80037864:dword:0x60000000
[OnFrame_Enabled]
$Fix crash on main menu