summaryrefslogtreecommitdiff
path: root/Data/Sys
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2014-10-05 12:15:18 +1100
committerskidau <skidau@gmail.com>2014-10-05 12:15:18 +1100
commit355a2d33aa6164320e52d3d2a3940936cf17217f (patch)
tree329072ed298c3ccc70373e1ac0fb300eba7dd6f0 /Data/Sys
parent871d308b88235c115e49267ca79e4f1d48fba0f7 (diff)
parent5ce4c969457386d4e4833a3639fd9c452a831776 (diff)
Merge pull request #1209 from Linktothepast/master
Gameini updates.
Diffstat (limited to 'Data/Sys')
-rw-r--r--Data/Sys/GameSettings/DLSE64.ini30
-rw-r--r--Data/Sys/GameSettings/DLSP64.ini30
-rw-r--r--Data/Sys/GameSettings/GLRD64.ini30
-rw-r--r--Data/Sys/GameSettings/GLRE64.ini20
-rw-r--r--Data/Sys/GameSettings/GLRF64.ini30
-rw-r--r--Data/Sys/GameSettings/GLRJ13.ini30
-rw-r--r--Data/Sys/GameSettings/GLRP64.ini30
-rw-r--r--Data/Sys/GameSettings/PZLE01.ini18
-rw-r--r--Data/Sys/GameSettings/PZLJ01.ini18
-rw-r--r--Data/Sys/GameSettings/PZLP01.ini18
-rw-r--r--Data/Sys/GameSettings/SNYEVZ.ini17
-rw-r--r--Data/Sys/GameSettings/SNYPVZ.ini17
12 files changed, 255 insertions, 33 deletions
diff --git a/Data/Sys/GameSettings/DLSE64.ini b/Data/Sys/GameSettings/DLSE64.ini
new file mode 100644
index 0000000000..bfdaeca215
--- /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 0000000000..0e89e0f28f
--- /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 0000000000..119ecf5c00
--- /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 b0f4def03e..3b6c032167 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 0000000000..e467361e57
--- /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 0000000000..920d626a1c
--- /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 0000000000..f1fef29bcb
--- /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 698e7ba670..6437f58443 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 4f64115fb6..964bba60a9 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 19bb5f38c4..7696d0b6ad 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 0000000000..baf1d3011d
--- /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 0000000000..2f5a68910b
--- /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