mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
GameSettings: Add patch for Monster High: Ghoul Spirit (SAOE78/SAOEVZ)
The first call to GXCopyDisp() corrupts game data, but on real hardware it isn't observed thanks to the data cache. Skipping the call works too, preventing a crash on boot. This patch is enabled by default.
This commit is contained in:
parent
7d9276c340
commit
91187905e8
9
Data/Sys/GameSettings/SAOE78.ini
Normal file
9
Data/Sys/GameSettings/SAOE78.ini
Normal file
@ -0,0 +1,9 @@
|
||||
# SAOE78 - Monster High: Ghoul Spirit
|
||||
|
||||
[OnFrame]
|
||||
# The first call to GXCopyDisp() corrupts game data, but on real hardware
|
||||
# it isn't observed thanks to the data cache. Skipping the call works too.
|
||||
$Fix crash on boot
|
||||
0x803A5F20:dword:0x60000000
|
||||
[OnFrame_Enabled]
|
||||
$Fix crash on boot
|
9
Data/Sys/GameSettings/SAOEVZ.ini
Normal file
9
Data/Sys/GameSettings/SAOEVZ.ini
Normal file
@ -0,0 +1,9 @@
|
||||
# SAOEVZ - Monster High: Ghoul Spirit
|
||||
|
||||
[OnFrame]
|
||||
# The first call to GXCopyDisp() corrupts game data, but on real hardware
|
||||
# it isn't observed thanks to the data cache. Skipping the call works too.
|
||||
$Fix crash on boot
|
||||
0x803A64D0:dword:0x60000000
|
||||
[OnFrame_Enabled]
|
||||
$Fix crash on boot
|
Loading…
x
Reference in New Issue
Block a user