From be1853f95671987476fed1cad460e275bbf47713 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Wed, 25 Oct 2017 21:04:10 -0500 Subject: [PATCH] Game inis: Update Wiiware game Midnight Bowling to disable 'Immediate Mode' by default --- Data/Sys/GameSettings/WB8.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Data/Sys/GameSettings/WB8.ini b/Data/Sys/GameSettings/WB8.ini index 5524348a3b..0461fcc431 100644 --- a/Data/Sys/GameSettings/WB8.ini +++ b/Data/Sys/GameSettings/WB8.ini @@ -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