Game inis: Update Wiiware game Midnight Bowling to disable 'Immediate Mode' by default
This commit is contained in:
parent
bf7db3f888
commit
be1853f956
|
@ -6,7 +6,7 @@
|
|||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Requires Virtual XFB to prevent flickering.
|
||||
EmulationIssues =
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -17,6 +17,5 @@ EmulationIssues = Requires Virtual XFB to prevent flickering.
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
Loading…
Reference in New Issue