From b083fc21814764b8c3b58d7bf251fae020136e9c Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sat, 14 Aug 2021 08:14:32 +0100 Subject: [PATCH] GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: The Movie --- Data/Sys/GameSettings/RB9.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Data/Sys/GameSettings/RB9.ini b/Data/Sys/GameSettings/RB9.ini index d990672da0..5e55d3d77f 100644 --- a/Data/Sys/GameSettings/RB9.ini +++ b/Data/Sys/GameSettings/RB9.ini @@ -1,4 +1,21 @@ # RB9D78, RB9E78, RB9P78, RB9X78, RB9Y78 - Bratz: The Movie +[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 SuggestedAspectRatio = 2 + +[Video_Hacks] +EFBToTextureEnable = False +DeferEFBCopies = False