diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-06-14 17:28:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-14 17:28:24 +0200 |
| commit | aa07f0903bbb7cec174371cfe53086676226c341 (patch) | |
| tree | f4b9c9c129c155aebe73b749e4647669e4ca7d49 /Data/Sys | |
| parent | dc8880f3d00848ab448107ec668784c4bd8d6efe (diff) | |
| parent | 34ac512f79c82ad572a1a75effec946d15823bc3 (diff) | |
Merge pull request #3898 from RisingFog/hollywood_squares_ini
Force Virtual XFB for Hollywood Squares
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/SHW.ini | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
