mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Game inis: Update Wiiware game Midnight Bowling to disable 'Immediate Mode' by default
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Requires Virtual XFB to prevent flickering.
|
EmulationIssues =
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -17,6 +17,5 @@ EmulationIssues = Requires Virtual XFB to prevent flickering.
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Hacks]
|
||||||
UseXFB = True
|
ImmediateXFBEnable = False
|
||||||
UseRealXFB = False
|
|
||||||
|
Reference in New Issue
Block a user