summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkostamarino@hotmail.com <kostamarino@hotmail.com>2014-01-25 19:29:48 +0200
committerkostamarino@hotmail.com <kostamarino@hotmail.com>2014-01-25 19:29:48 +0200
commit3a7cd4e8736313befb3db3323c86f834a404f9c0 (patch)
treed00f2bb1015312624aba05e0c73fb8c5c06af2f4
parentb34fe2b8f1915d5ec46db26362d2e59062e6c240 (diff)
Gameini database update for Crash Tag Team Racing (gc), Baten Kaitos Eternal Wings and the Lost Ocean (gc), Disney's Magical Mirror starring Mickey Mouse (gc), Disney's Hide & Sneak (gc), Skylanders: Swap Force (wii).
Fixes issue 6984. Fixes issue 6972.
-rw-r--r--Data/Sys/GameSettings/G9RD7D.ini21
-rw-r--r--Data/Sys/GameSettings/G9RE7D.ini3
-rw-r--r--Data/Sys/GameSettings/G9RF7D.ini21
-rw-r--r--Data/Sys/GameSettings/G9RP7D.ini21
-rw-r--r--Data/Sys/GameSettings/GDMJ01.ini22
-rw-r--r--Data/Sys/GameSettings/GDMP01.ini22
-rw-r--r--Data/Sys/GameSettings/GHVP08.ini22
-rw-r--r--Data/Sys/GameSettings/GKBEAF.ini10
-rw-r--r--Data/Sys/GameSettings/GKBJAF.ini34
-rw-r--r--Data/Sys/GameSettings/GKBPAF.ini9
-rw-r--r--Data/Sys/GameSettings/SVXE52.ini30
-rw-r--r--Data/Sys/GameSettings/SVXF52.ini30
-rw-r--r--Data/Sys/GameSettings/SVXI52.ini30
-rw-r--r--Data/Sys/GameSettings/SVXP52.ini30
-rw-r--r--Data/Sys/GameSettings/SVXY52.ini30
15 files changed, 326 insertions, 9 deletions
diff --git a/Data/Sys/GameSettings/G9RD7D.ini b/Data/Sys/GameSettings/G9RD7D.ini
new file mode 100644
index 0000000000..ec49a51449
--- /dev/null
+++ b/Data/Sys/GameSettings/G9RD7D.ini
@@ -0,0 +1,21 @@
+# G9RD7D - Crash Tag Team Racing
+
+[Core]
+# Values set here will override the main dolphin settings.
+TLBHack = 1
+SkipIdle = 0
+
+[EmuState]
+# The Emulation State. 1 is worst, 5 is best, 0 is not set.
+EmulationIssues = Idle skipping can cause speed issues.
+EmulationStateId = 4
+
+[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.
+
diff --git a/Data/Sys/GameSettings/G9RE7D.ini b/Data/Sys/GameSettings/G9RE7D.ini
index 9fd41734bd..574011f978 100644
--- a/Data/Sys/GameSettings/G9RE7D.ini
+++ b/Data/Sys/GameSettings/G9RE7D.ini
@@ -3,10 +3,11 @@
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
+SkipIdle = 0
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
-EmulationIssues = May be slow
+EmulationIssues = Idle skipping can cause speed issues.
EmulationStateId = 4
[OnLoad]
diff --git a/Data/Sys/GameSettings/G9RF7D.ini b/Data/Sys/GameSettings/G9RF7D.ini
new file mode 100644
index 0000000000..4d6441f45b
--- /dev/null
+++ b/Data/Sys/GameSettings/G9RF7D.ini
@@ -0,0 +1,21 @@
+# G9RF7D - Crash Tag Team Racing
+
+[Core]
+# Values set here will override the main dolphin settings.
+TLBHack = 1
+SkipIdle = 0
+
+[EmuState]
+# The Emulation State. 1 is worst, 5 is best, 0 is not set.
+EmulationIssues = Idle skipping can cause speed issues.
+EmulationStateId = 4
+
+[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.
+
diff --git a/Data/Sys/GameSettings/G9RP7D.ini b/Data/Sys/GameSettings/G9RP7D.ini
new file mode 100644
index 0000000000..54f24f8594
--- /dev/null
+++ b/Data/Sys/GameSettings/G9RP7D.ini
@@ -0,0 +1,21 @@
+# G9RP7D - Crash Tag Team Racing
+
+[Core]
+# Values set here will override the main dolphin settings.
+TLBHack = 1
+SkipIdle = 0
+
+[EmuState]
+# The Emulation State. 1 is worst, 5 is best, 0 is not set.
+EmulationIssues = Idle skipping can cause speed issues.
+EmulationStateId = 4
+
+[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.
+
diff --git a/Data/Sys/GameSettings/GDMJ01.ini b/Data/Sys/GameSettings/GDMJ01.ini
new file mode 100644
index 0000000000..f53a7d0551
--- /dev/null
+++ b/Data/Sys/GameSettings/GDMJ01.ini
@@ -0,0 +1,22 @@
+# GDMJ01 - Disney's Mickey Mouse no Fushigi na Kagami
+
+[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 = 3
+EmulationIssues =
+
+[Video]
+UseBBox = True
+
+[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.
+
diff --git a/Data/Sys/GameSettings/GDMP01.ini b/Data/Sys/GameSettings/GDMP01.ini
new file mode 100644
index 0000000000..e2fd9bee28
--- /dev/null
+++ b/Data/Sys/GameSettings/GDMP01.ini
@@ -0,0 +1,22 @@
+# GDMP01 - Disney's Magical Mirror starring Mickey Mouse
+
+[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 = 3
+EmulationIssues =
+
+[Video]
+UseBBox = True
+
+[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.
+
diff --git a/Data/Sys/GameSettings/GHVP08.ini b/Data/Sys/GameSettings/GHVP08.ini
new file mode 100644
index 0000000000..35266e1189
--- /dev/null
+++ b/Data/Sys/GameSettings/GHVP08.ini
@@ -0,0 +1,22 @@
+# GHVP08 - Disney's Hide & Sneak
+
+[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 = 3
+EmulationIssues = bad GFX
+
+[Video]
+UseBBox = True
+
+[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.
+
diff --git a/Data/Sys/GameSettings/GKBEAF.ini b/Data/Sys/GameSettings/GKBEAF.ini
index ecf0d100e7..6e84a49d34 100644
--- a/Data/Sys/GameSettings/GKBEAF.ini
+++ b/Data/Sys/GameSettings/GKBEAF.ini
@@ -1,8 +1,8 @@
-# GKBEAF - Baten Kaitos
+# GKBEAF - Baten Kaitos Eternal Wings and the Lost Ocean
[Core]
# Values set here will override the main dolphin settings.
-SyncGPU = 1
+CPUThread = 0
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
@@ -28,6 +28,8 @@ PH_ZFar =
[Video_Hacks]
EFBAccessEnable = False
-EFBCopyEnable = True
-EFBToTextureEnable = False
+
+[Video_Settings]
+UseXFB = True
+UseRealXFB = False
diff --git a/Data/Sys/GameSettings/GKBJAF.ini b/Data/Sys/GameSettings/GKBJAF.ini
new file mode 100644
index 0000000000..52868fcac9
--- /dev/null
+++ b/Data/Sys/GameSettings/GKBJAF.ini
@@ -0,0 +1,34 @@
+# GKBJAF - Baten Kaitos: Owaranai Tsubasa to Ushinawareta Umi
+
+[Core]
+# Values set here will override the main dolphin settings.
+CPUThread = 0
+
+[EmuState]
+# The Emulation State. 1 is worst, 5 is best, 0 is not set.
+EmulationStateId = 4
+EmulationIssues =
+
+[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]
+ProjectionHack = 0
+PH_SZNear = 0
+PH_SZFar = 0
+PH_ExtraParam = 0
+PH_ZNear =
+PH_ZFar =
+
+[Video_Hacks]
+EFBAccessEnable = False
+
+[Video_Settings]
+UseXFB = True
+UseRealXFB = False
diff --git a/Data/Sys/GameSettings/GKBPAF.ini b/Data/Sys/GameSettings/GKBPAF.ini
index 69ede962ce..fd1ed802e7 100644
--- a/Data/Sys/GameSettings/GKBPAF.ini
+++ b/Data/Sys/GameSettings/GKBPAF.ini
@@ -1,8 +1,8 @@
-# GKBPAF - Baten Kaitos
+# GKBPAF - Baten Kaitos Eternal Wings and the Lost Ocean
[Core]
# Values set here will override the main dolphin settings.
-SyncGPU = 1
+CPUThread = 0
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
@@ -28,6 +28,7 @@ PH_ZFar =
[Video_Hacks]
EFBAccessEnable = False
-EFBCopyEnable = True
-EFBToTextureEnable = False
+[Video_Settings]
+UseXFB = True
+UseRealXFB = False
diff --git a/Data/Sys/GameSettings/SVXE52.ini b/Data/Sys/GameSettings/SVXE52.ini
new file mode 100644
index 0000000000..9919563f71
--- /dev/null
+++ b/Data/Sys/GameSettings/SVXE52.ini
@@ -0,0 +1,30 @@
+# SVXE52 - Skylanders: Swap Force
+
+[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 = 3
+EmulationIssues =
+
+[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]
+ProjectionHack = 0
+PH_SZNear = 0
+PH_SZFar = 0
+PH_ExtraParam = 0
+PH_ZNear =
+PH_ZFar =
+
+[Video_Hacks]
+EFBToTextureEnable = False
+EFBCopyEnable = True
diff --git a/Data/Sys/GameSettings/SVXF52.ini b/Data/Sys/GameSettings/SVXF52.ini
new file mode 100644
index 0000000000..fa5630a28d
--- /dev/null
+++ b/Data/Sys/GameSettings/SVXF52.ini
@@ -0,0 +1,30 @@
+# SVXF52 - Skylanders: Swap Force
+
+[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 = 3
+EmulationIssues =
+
+[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]
+ProjectionHack = 0
+PH_SZNear = 0
+PH_SZFar = 0
+PH_ExtraParam = 0
+PH_ZNear =
+PH_ZFar =
+
+[Video_Hacks]
+EFBToTextureEnable = False
+EFBCopyEnable = True
diff --git a/Data/Sys/GameSettings/SVXI52.ini b/Data/Sys/GameSettings/SVXI52.ini
new file mode 100644
index 0000000000..148d4727cc
--- /dev/null
+++ b/Data/Sys/GameSettings/SVXI52.ini
@@ -0,0 +1,30 @@
+# SVXI52 - Skylanders: Swap Force
+
+[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 = 3
+EmulationIssues =
+
+[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]
+ProjectionHack = 0
+PH_SZNear = 0
+PH_SZFar = 0
+PH_ExtraParam = 0
+PH_ZNear =
+PH_ZFar =
+
+[Video_Hacks]
+EFBToTextureEnable = False
+EFBCopyEnable = True
diff --git a/Data/Sys/GameSettings/SVXP52.ini b/Data/Sys/GameSettings/SVXP52.ini
new file mode 100644
index 0000000000..48c150024f
--- /dev/null
+++ b/Data/Sys/GameSettings/SVXP52.ini
@@ -0,0 +1,30 @@
+# SVXP52 - Skylanders: Swap Force
+
+[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 = 3
+EmulationIssues =
+
+[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]
+ProjectionHack = 0
+PH_SZNear = 0
+PH_SZFar = 0
+PH_ExtraParam = 0
+PH_ZNear =
+PH_ZFar =
+
+[Video_Hacks]
+EFBToTextureEnable = False
+EFBCopyEnable = True
diff --git a/Data/Sys/GameSettings/SVXY52.ini b/Data/Sys/GameSettings/SVXY52.ini
new file mode 100644
index 0000000000..55a2f3a0fd
--- /dev/null
+++ b/Data/Sys/GameSettings/SVXY52.ini
@@ -0,0 +1,30 @@
+# SVXY52 - Skylanders: Swap Force
+
+[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 = 3
+EmulationIssues =
+
+[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]
+ProjectionHack = 0
+PH_SZNear = 0
+PH_SZFar = 0
+PH_ExtraParam = 0
+PH_ZNear =
+PH_ZFar =
+
+[Video_Hacks]
+EFBToTextureEnable = False
+EFBCopyEnable = True