From 6da87ef9dda0c4fb7ed5bbfafd9c36cd8736717d Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 21 Apr 2016 19:41:28 +0200 Subject: [PATCH] =?UTF-8?q?Added=20game=20INIs=20for=20Pok=C3=A9mon=20Myst?= =?UTF-8?q?ery=20Dungeon=20games?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/Sys/GameSettings/WPA.ini | 21 +++++++++++++++++++++ Data/Sys/GameSettings/WPF.ini | 21 +++++++++++++++++++++ Data/Sys/GameSettings/WPH.ini | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 Data/Sys/GameSettings/WPA.ini create mode 100644 Data/Sys/GameSettings/WPF.ini create mode 100644 Data/Sys/GameSettings/WPH.ini diff --git a/Data/Sys/GameSettings/WPA.ini b/Data/Sys/GameSettings/WPA.ini new file mode 100644 index 0000000000..6924711cf5 --- /dev/null +++ b/Data/Sys/GameSettings/WPA.ini @@ -0,0 +1,21 @@ +# WPAJ01 - Pokémon Fushigi no Dungeon: Ikuzo! Arashi no Boukendan + +[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 = Minimap requires safe texture cache + +[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/WPF.ini b/Data/Sys/GameSettings/WPF.ini new file mode 100644 index 0000000000..980f03efb6 --- /dev/null +++ b/Data/Sys/GameSettings/WPF.ini @@ -0,0 +1,21 @@ +# WPFJ01 - Pokémon Fushigi no Dungeon: Susume! Honoo no Boukendan + +[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 = Minimap requires safe texture cache + +[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/WPH.ini b/Data/Sys/GameSettings/WPH.ini new file mode 100644 index 0000000000..9395c6d73a --- /dev/null +++ b/Data/Sys/GameSettings/WPH.ini @@ -0,0 +1,21 @@ +# WPHJ01 - Pokémon Fushigi no Dungeon: Mezase! Hikari no Boukendan + +[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 = Minimap requires safe texture cache + +[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