From 34ac512f79c82ad572a1a75effec946d15823bc3 Mon Sep 17 00:00:00 2001 From: Chris Burgener Date: Tue, 14 Jun 2016 08:46:33 -0400 Subject: [PATCH] Force Virtual XFB for Hollywood Squares --- Data/Sys/GameSettings/SHW.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Data/Sys/GameSettings/SHW.ini diff --git a/Data/Sys/GameSettings/SHW.ini b/Data/Sys/GameSettings/SHW.ini new file mode 100644 index 0000000000..8024cc335c --- /dev/null +++ b/Data/Sys/GameSettings/SHW.ini @@ -0,0 +1,22 @@ +# SHWE41 - Hollywood Squares + +[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 = 4 +EmulationIssues = Requires Virtual XFB to prevent flickering. + +[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