GameSettings: Add patch for black screens in Gormiti: The Lords of Nature!
This patch only targets the US release, and is not enabled by default.
This commit is contained in:
parent
e353f8ba0d
commit
8316c7af99
|
@ -0,0 +1,8 @@
|
|||
# SGLEA4 - 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
|
||||
0x801D59AC:dword:0x60000000
|
Loading…
Reference in New Issue