From fa3d1e117f3375cc393db9df14988e5164124e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 4 Feb 2017 23:02:45 +0100 Subject: [PATCH] GameINI: Enable XFB for Karaoke Revolution Glee 1-3 This prevents the games from flickering. --- Data/Sys/GameSettings/SKA.ini | 22 ++++++++++++++++++++++ Data/Sys/GameSettings/SKG.ini | 22 ++++++++++++++++++++++ Data/Sys/GameSettings/SKO.ini | 22 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 Data/Sys/GameSettings/SKA.ini create mode 100644 Data/Sys/GameSettings/SKG.ini create mode 100644 Data/Sys/GameSettings/SKO.ini diff --git a/Data/Sys/GameSettings/SKA.ini b/Data/Sys/GameSettings/SKA.ini new file mode 100644 index 0000000000..d5f2a80ecb --- /dev/null +++ b/Data/Sys/GameSettings/SKA.ini @@ -0,0 +1,22 @@ +# SKAEA4, SKAPA4 - Karaoke Revolution Glee: Volume 1 + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = Microphone input does not work because of missing IOS USB support. + +[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_Settings] +UseXFB = True +UseRealXFB = False diff --git a/Data/Sys/GameSettings/SKG.ini b/Data/Sys/GameSettings/SKG.ini new file mode 100644 index 0000000000..d30782c678 --- /dev/null +++ b/Data/Sys/GameSettings/SKG.ini @@ -0,0 +1,22 @@ +# SKGEA4 - Karaoke Revolution Glee: Volume 2 + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = Microphone input does not work because of missing IOS USB support. + +[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_Settings] +UseXFB = True +UseRealXFB = False diff --git a/Data/Sys/GameSettings/SKO.ini b/Data/Sys/GameSettings/SKO.ini new file mode 100644 index 0000000000..26ac3e3d51 --- /dev/null +++ b/Data/Sys/GameSettings/SKO.ini @@ -0,0 +1,22 @@ +# SKOEA4 - Karaoke Revolution Glee: Volume 3 + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = Microphone input does not work because of missing IOS USB support. + +[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_Settings] +UseXFB = True +UseRealXFB = False