diff options
| author | JosJuice <josjuice@gmail.com> | 2016-04-21 19:41:28 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2016-04-30 12:37:05 +0200 |
| commit | 6da87ef9dda0c4fb7ed5bbfafd9c36cd8736717d (patch) | |
| tree | a8d7b92b85e74a8a4674c9ff0f1c5466146b9449 /Data/Sys | |
| parent | ec5f5b7600d42c80557d7c60feb7c494b79bca36 (diff) | |
Added game INIs for Pokémon Mystery Dungeon games
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/WPA.ini | 21 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/WPF.ini | 21 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/WPH.ini | 21 |
3 files changed, 63 insertions, 0 deletions
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 |
