diff --git a/Data/Sys/GameSettings/GMK.ini b/Data/Sys/GameSettings/GMK.ini index 270ef66047..6878c1166c 100644 --- a/Data/Sys/GameSettings/GMK.ini +++ b/Data/Sys/GameSettings/GMK.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = Needs real xfb for the videos to work. [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/NAN.ini b/Data/Sys/GameSettings/NAN.ini index 0b0183bf95..bfc5605e12 100644 --- a/Data/Sys/GameSettings/NAN.ini +++ b/Data/Sys/GameSettings/NAN.ini @@ -1,4 +1,4 @@ -# NANE01 - Pokemon Puzzle +# NANE01 - Pokémon Puzzle League [Core] # Values set here will override the main Dolphin settings. diff --git a/Data/Sys/GameSettings/SNG.ini b/Data/Sys/GameSettings/SNG.ini new file mode 100644 index 0000000000..3cb3de1892 --- /dev/null +++ b/Data/Sys/GameSettings/SNG.ini @@ -0,0 +1,21 @@ +# SNGEJJ, SNGPLG - Get Fit with Mel B + +[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 = +EmulationIssues = If part of the text is corrupt, increase the texture cache accuracy + +[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] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/WTX.ini b/Data/Sys/GameSettings/WTX.ini index 33221f7640..0a49a0e8ac 100644 --- a/Data/Sys/GameSettings/WTX.ini +++ b/Data/Sys/GameSettings/WTX.ini @@ -1,4 +1,4 @@ -# WTXPJS - Texas Hold'em Tournament +# WTXEJS, WTXPJS - Texas Hold'em Tournament [Core] # Values set here will override the main Dolphin settings. @@ -17,3 +17,6 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Settings] +UseXFB = True +UseRealXFB = True