From f5abb3030f20e94dc67d80450ef01bb31b3233ef Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sat, 14 Aug 2021 08:09:28 +0100 Subject: [PATCH] GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: Forever Diamondz --- Data/Sys/GameSettings/GVD.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Data/Sys/GameSettings/GVD.ini 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