From 55fd06e0cecdb1bce22247fae767d2f74009c09f Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sat, 14 Aug 2021 08:17:03 +0100 Subject: [PATCH] GameSettings: Disable "EFB Copies to Texture Only" for Bratz: Girlz Really Rock --- Data/Sys/GameSettings/RRL.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Data/Sys/GameSettings/RRL.ini b/Data/Sys/GameSettings/RRL.ini index 1e49bc883f..1f5b59ebb6 100644 --- a/Data/Sys/GameSettings/RRL.ini +++ b/Data/Sys/GameSettings/RRL.ini @@ -1,4 +1,20 @@ # RRLE78, RRLP78, RRLX78, RRLY78, RRLZ78 - Bratz: Girlz Really Rock +[Core] +# Values set here will override the main Dolphin settings. + +[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