Merge pull request #12313 from Tilka/gormiti
GameSettings: port Gormiti black screen fix to PAL version
This commit is contained in:
commit
3b74a9195d
|
@ -0,0 +1,8 @@
|
|||
# SGLPA4 - Gormiti: The Lords of Nature!
|
||||
|
||||
[OnFrame]
|
||||
# Fixes black screen ingame, see https://bugs.dolphin-emu.org/issues/12436
|
||||
# This NOPs out UpdateFade's call to RenderFade. We are probably emulating the way the fade works
|
||||
# incorrectly, but for now this patch makes the game playable.
|
||||
$Fix black screen
|
||||
0x801D59C8:dword:0x60000000
|
Loading…
Reference in New Issue