GameINI: Disable early XFB output for WWE Crush Hour
The game has flickering problems when using early output.
This commit is contained in:
parent
797d0b7b1b
commit
dbfe2bde3d
|
@ -0,0 +1,16 @@
|
||||||
|
# GCHE78, GCHP78 - WWE Crush Hour
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EarlyXFBOutput = False
|
Loading…
Reference in New Issue