mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #11311 from smurf3tte/tpa2_patch
GameSettings: Add patch for Ten Pin Alley 2 (RLEEFS)
This commit is contained in:
commit
4b7600f20f
1 changed files with 11 additions and 0 deletions
11
Data/Sys/GameSettings/RLEEFS.ini
Normal file
11
Data/Sys/GameSettings/RLEEFS.ini
Normal 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
|
Loading…
Add table
Reference in a new issue