From 5ce4c969457386d4e4833a3639fd9c452a831776 Mon Sep 17 00:00:00 2001 From: Linktothepast Date: Thu, 2 Oct 2014 20:53:12 +0300 Subject: [PATCH] Gameini updates. Addition / update for Star Wars: Rogue Squadron III: Rebel Strike and it's Limited Edition Bonus Disc (Demo) (gc), The Legend of Zelda: Collector's Edition (gc) and Monster High: 13 Wishes (wii). --- Data/Sys/GameSettings/DLSE64.ini | 30 ++++++++++++++++++++++++++++++ Data/Sys/GameSettings/DLSP64.ini | 30 ++++++++++++++++++++++++++++++ Data/Sys/GameSettings/GLRD64.ini | 30 ++++++++++++++++++++++++++++++ Data/Sys/GameSettings/GLRE64.ini | 20 +++++++++++--------- Data/Sys/GameSettings/GLRF64.ini | 30 ++++++++++++++++++++++++++++++ Data/Sys/GameSettings/GLRJ13.ini | 30 ++++++++++++++++++++++++++++++ Data/Sys/GameSettings/GLRP64.ini | 30 ++++++++++++++++++++++++++++++ Data/Sys/GameSettings/PZLE01.ini | 18 ++++++++++-------- Data/Sys/GameSettings/PZLJ01.ini | 18 ++++++++++-------- Data/Sys/GameSettings/PZLP01.ini | 18 ++++++++++-------- Data/Sys/GameSettings/SNYEVZ.ini | 17 +++++++++++++++++ Data/Sys/GameSettings/SNYPVZ.ini | 17 +++++++++++++++++ 12 files changed, 255 insertions(+), 33 deletions(-) create mode 100644 Data/Sys/GameSettings/DLSE64.ini create mode 100644 Data/Sys/GameSettings/DLSP64.ini create mode 100644 Data/Sys/GameSettings/GLRD64.ini create mode 100644 Data/Sys/GameSettings/GLRF64.ini create mode 100644 Data/Sys/GameSettings/GLRJ13.ini create mode 100644 Data/Sys/GameSettings/GLRP64.ini create mode 100644 Data/Sys/GameSettings/SNYEVZ.ini create mode 100644 Data/Sys/GameSettings/SNYPVZ.ini diff --git a/Data/Sys/GameSettings/DLSE64.ini b/Data/Sys/GameSettings/DLSE64.ini new file mode 100644 index 000000000000..bfdaeca21576 --- /dev/null +++ b/Data/Sys/GameSettings/DLSE64.ini @@ -0,0 +1,30 @@ +# DLSE64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo) + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 3 + +[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] + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/DLSP64.ini b/Data/Sys/GameSettings/DLSP64.ini new file mode 100644 index 000000000000..0e89e0f28f78 --- /dev/null +++ b/Data/Sys/GameSettings/DLSP64.ini @@ -0,0 +1,30 @@ +# DLSP64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo) + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 3 + +[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] + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/GLRD64.ini b/Data/Sys/GameSettings/GLRD64.ini new file mode 100644 index 000000000000..119ecf5c003a --- /dev/null +++ b/Data/Sys/GameSettings/GLRD64.ini @@ -0,0 +1,30 @@ +# GLRD64 - Star Wars - Rogue Squadron III - Rebel Strike + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 3 + +[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] + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/GLRE64.ini b/Data/Sys/GameSettings/GLRE64.ini index b0f4def03e49..3b6c03216760 100644 --- a/Data/Sys/GameSettings/GLRE64.ini +++ b/Data/Sys/GameSettings/GLRE64.ini @@ -2,12 +2,12 @@ [Core] # Values set here will override the main dolphin settings. -TLBHack = 1 +MMU = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Does not boot -EmulationStateId = 1 +EmulationIssues = +EmulationStateId = 3 [OnLoad] # Add memory patches to be loaded once on boot here. @@ -19,10 +19,12 @@ EmulationStateId = 1 # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/GLRF64.ini b/Data/Sys/GameSettings/GLRF64.ini new file mode 100644 index 000000000000..e467361e57a4 --- /dev/null +++ b/Data/Sys/GameSettings/GLRF64.ini @@ -0,0 +1,30 @@ +# GLRF64 - Star Wars - Rogue Squadron III - Rebel Strike + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 3 + +[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] + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/GLRJ13.ini b/Data/Sys/GameSettings/GLRJ13.ini new file mode 100644 index 000000000000..920d626a1c41 --- /dev/null +++ b/Data/Sys/GameSettings/GLRJ13.ini @@ -0,0 +1,30 @@ +# GLRJ13 - Star Wars - Rogue Squadron III - Rebel Strike + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 3 + +[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] + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/GLRP64.ini b/Data/Sys/GameSettings/GLRP64.ini new file mode 100644 index 000000000000..f1fef29bcbbe --- /dev/null +++ b/Data/Sys/GameSettings/GLRP64.ini @@ -0,0 +1,30 @@ +# GLRP64 - Star Wars - Rogue Squadron III - Rebel Strike + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 3 + +[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] + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/PZLE01.ini b/Data/Sys/GameSettings/PZLE01.ini index 698e7ba670ed..6437f58443ab 100644 --- a/Data/Sys/GameSettings/PZLE01.ini +++ b/Data/Sys/GameSettings/PZLE01.ini @@ -2,11 +2,12 @@ [Core] # Values set here will override the main dolphin settings. +ProgressiveScan = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = +EmulationStateId = 4 +EmulationIssues = Hold B while booting the game to enable Progressive Scan for NES games. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,13 +19,14 @@ EmulationIssues = # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/PZLJ01.ini b/Data/Sys/GameSettings/PZLJ01.ini index 4f64115fb600..964bba60a92b 100644 --- a/Data/Sys/GameSettings/PZLJ01.ini +++ b/Data/Sys/GameSettings/PZLJ01.ini @@ -2,11 +2,12 @@ [Core] # Values set here will override the main dolphin settings. +ProgressiveScan = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = +EmulationStateId = 4 +EmulationIssues = Hold B while booting the game to enable Progressive Scan for NES games. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,13 +19,14 @@ EmulationIssues = # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/PZLP01.ini b/Data/Sys/GameSettings/PZLP01.ini index 19bb5f38c413..7696d0b6ad3c 100644 --- a/Data/Sys/GameSettings/PZLP01.ini +++ b/Data/Sys/GameSettings/PZLP01.ini @@ -2,11 +2,12 @@ [Core] # Values set here will override the main dolphin settings. +ProgressiveScan = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = +EmulationStateId = 4 +EmulationIssues = Hold B while booting the game to enable Progressive Scan for NES games. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,13 +19,14 @@ EmulationIssues = # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/SNYEVZ.ini b/Data/Sys/GameSettings/SNYEVZ.ini new file mode 100644 index 000000000000..baf1d3011de2 --- /dev/null +++ b/Data/Sys/GameSettings/SNYEVZ.ini @@ -0,0 +1,17 @@ +# SNYEVZ - Monster High: 13 Wishes + +[Core] + +[EmuState] +EmulationStateId = 4 +EmulationIssues = + +[OnFrame] + +[ActionReplay] + +[Video] + +[Video_Settings] +UseXFB = True +UseRealXFB = False diff --git a/Data/Sys/GameSettings/SNYPVZ.ini b/Data/Sys/GameSettings/SNYPVZ.ini new file mode 100644 index 000000000000..2f5a68910b3a --- /dev/null +++ b/Data/Sys/GameSettings/SNYPVZ.ini @@ -0,0 +1,17 @@ +# SNYPVZ - Monster High: 13 Wishes + +[Core] + +[EmuState] +EmulationStateId = 4 +EmulationIssues = + +[OnFrame] + +[ActionReplay] + +[Video] + +[Video_Settings] +UseXFB = True +UseRealXFB = False