summaryrefslogtreecommitdiff
path: root/Data/Sys
diff options
context:
space:
mode:
authorPatrick Ferry <8967997+PatrickFerry@users.noreply.github.com>2021-08-14 08:09:28 +0100
committerPatrick Ferry <8967997+PatrickFerry@users.noreply.github.com>2021-08-14 08:09:28 +0100
commitf5abb3030f20e94dc67d80450ef01bb31b3233ef (patch)
treec6b20c08edb672eee3c57c5b029c2fea771e8f77 /Data/Sys
parent891726e924d12752bd024675e6edfbe2c52f54a1 (diff)
GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: Forever Diamondz
Diffstat (limited to 'Data/Sys')
-rw-r--r--Data/Sys/GameSettings/GVD.ini20
1 files changed, 20 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GVD.ini b/Data/Sys/GameSettings/GVD.ini
new file mode 100644
index 0000000000..a55998db2d
--- /dev/null
+++ b/Data/Sys/GameSettings/GVD.ini
@@ -0,0 +1,20 @@
+# GVDP78, GVDE78 - Bratz: Forever Diamondz
+
+[Core]
+CPUThread = False
+
+[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
+
+[Video_Hacks]
+EFBToTextureEnable = False
+DeferEFBCopies = False