summaryrefslogtreecommitdiff
path: root/Data/Sys
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2016-05-01 23:45:25 +1200
committerMatthew Parlane <parlane@gmail.com>2016-05-01 23:45:25 +1200
commitb7795044bbfc71bf57370ab02ff1346434484ffc (patch)
treed6749bae4acc0c14159b7049d55ed3cbbd781c64 /Data/Sys
parenta78787ba75b144efb697a3f18d52c1fd81a83d09 (diff)
parent0008f7e447286b944490fa9bab23d61190e30dd9 (diff)
Merge pull request #3768 from JosJuice/game-inis-2016-04-03
Game INI updates
Diffstat (limited to 'Data/Sys')
-rw-r--r--Data/Sys/GameSettings/GLG.ini22
-rw-r--r--Data/Sys/GameSettings/GMK.ini2
-rw-r--r--Data/Sys/GameSettings/GMS.ini10
-rw-r--r--Data/Sys/GameSettings/NAN.ini4
-rw-r--r--Data/Sys/GameSettings/R64.ini1
-rw-r--r--Data/Sys/GameSettings/R8P.ini6
-rw-r--r--Data/Sys/GameSettings/RMC.ini3
-rw-r--r--Data/Sys/GameSettings/RSP.ini1
-rw-r--r--Data/Sys/GameSettings/RUU.ini2
-rw-r--r--Data/Sys/GameSettings/RZT.ini6
-rw-r--r--Data/Sys/GameSettings/SNG.ini21
-rw-r--r--Data/Sys/GameSettings/WPA.ini21
-rw-r--r--Data/Sys/GameSettings/WPF.ini21
-rw-r--r--Data/Sys/GameSettings/WPH.ini21
-rw-r--r--Data/Sys/GameSettings/WTX.ini5
15 files changed, 129 insertions, 17 deletions
diff --git a/Data/Sys/GameSettings/GLG.ini b/Data/Sys/GameSettings/GLG.ini
new file mode 100644
index 0000000000..a59d0d1343
--- /dev/null
+++ b/Data/Sys/GameSettings/GLG.ini
@@ -0,0 +1,22 @@
+# GLGP41 - Largo Winch
+
+[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 = 4
+EmulationIssues = Needs real xfb for the videos to work.
+
+[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]
+UseXFB = True
+UseRealXFB = True
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/GMS.ini b/Data/Sys/GameSettings/GMS.ini
index cf427b4116..344df69e71 100644
--- a/Data/Sys/GameSettings/GMS.ini
+++ b/Data/Sys/GameSettings/GMS.ini
@@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
-EmulationIssues = Needs EFB to Ram and no texture filtering for the goo.
+EmulationIssues = Needs Store EFB Copies to Texture Only disabled and Force Texture Filtering disabled for the goo. Needs Skip EFB Access from CPU disabled for making the analog stick not act as if Mario constantly is behind a tree. Needs anti-aliasing disabled for both, unless using Direct3D 12.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -18,19 +18,13 @@ EmulationIssues = Needs EFB to Ram and no texture filtering for the goo.
# Add action replay cheats here.
[Video]
-ProjectionHack = 0
-PH_SZNear = 0
-PH_SZFar = 0
-PH_ExtraParam = 0
-PH_ZNear =
-PH_ZFar =
PerfQueriesEnable = True
[Video_Hacks]
EFBToTextureEnable = False
+EFBAccessEnable = True
[Video_Enhancements]
-MaxAnisotropy = 0
ForceFiltering = False
[Video_Stereoscopy]
diff --git a/Data/Sys/GameSettings/NAN.ini b/Data/Sys/GameSettings/NAN.ini
index 1e097f53b9..bfc5605e12 100644
--- a/Data/Sys/GameSettings/NAN.ini
+++ b/Data/Sys/GameSettings/NAN.ini
@@ -1,4 +1,4 @@
-# NANE01 - Pokémon Puzzle
+# NANE01 - Pokémon Puzzle League
[Core]
# Values set here will override the main Dolphin settings.
@@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
-EmulationIssues = Timer bug
+EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
diff --git a/Data/Sys/GameSettings/R64.ini b/Data/Sys/GameSettings/R64.ini
index be1d34867c..151fa5374b 100644
--- a/Data/Sys/GameSettings/R64.ini
+++ b/Data/Sys/GameSettings/R64.ini
@@ -2,6 +2,7 @@
[Core]
# Values set here will override the main Dolphin settings.
+SyncGPU = True # Prevent CPU/GPU desync
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
diff --git a/Data/Sys/GameSettings/R8P.ini b/Data/Sys/GameSettings/R8P.ini
index 368d8e263c..0de5e3168e 100644
--- a/Data/Sys/GameSettings/R8P.ini
+++ b/Data/Sys/GameSettings/R8P.ini
@@ -18,7 +18,5 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
# Add action replay cheats here.
[Video_Hacks]
-EFBToTextureEnable = False
-
-[Video_Hacks]
-BBoxEnable = True
+EFBToTextureEnable = False # Fix transitions
+BBoxEnable = True # Required for proper functionality
diff --git a/Data/Sys/GameSettings/RMC.ini b/Data/Sys/GameSettings/RMC.ini
index 72ded2ce6c..372376bd68 100644
--- a/Data/Sys/GameSettings/RMC.ini
+++ b/Data/Sys/GameSettings/RMC.ini
@@ -22,3 +22,6 @@ EFBEmulateFormatChanges = True
[Video_Stereoscopy]
StereoConvergence = 613
+
+[Video_Settings]
+MSAA = 0 # Avoid overbloom
diff --git a/Data/Sys/GameSettings/RSP.ini b/Data/Sys/GameSettings/RSP.ini
index 62a07a6b8c..81430b70be 100644
--- a/Data/Sys/GameSettings/RSP.ini
+++ b/Data/Sys/GameSettings/RSP.ini
@@ -2,6 +2,7 @@
[Core]
# Values set here will override the main Dolphin settings.
+CPUThread = False # Display Mii faces correctly
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
diff --git a/Data/Sys/GameSettings/RUU.ini b/Data/Sys/GameSettings/RUU.ini
index 69eb59347f..b4c65c8d18 100644
--- a/Data/Sys/GameSettings/RUU.ini
+++ b/Data/Sys/GameSettings/RUU.ini
@@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
-EmulationIssues =
+EmulationIssues = Pattern editor requires force filtering disabled and safe texture cache
[OnLoad]
# Add memory patches to be loaded once on boot here.
diff --git a/Data/Sys/GameSettings/RZT.ini b/Data/Sys/GameSettings/RZT.ini
index a5fb1231c4..827e4688b6 100644
--- a/Data/Sys/GameSettings/RZT.ini
+++ b/Data/Sys/GameSettings/RZT.ini
@@ -1,13 +1,19 @@
# RZTE01, RZTJ01, RZTK01, RZTP01, RZTW01 - Wii Sports Resort
[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 = 4
EmulationIssues = Needs real wiimote and motion plus.
+
[OnLoad]
# Add memory patches to be loaded once on boot here.
+
[OnFrame]
+
[ActionReplay]
+
[Video_Hacks]
EFBEmulateFormatChanges = True
+EFBAccessEnable = True # Fix aiming
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/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
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