diff options
| author | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2021-08-14 08:17:03 +0100 |
|---|---|---|
| committer | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2021-08-14 08:17:03 +0100 |
| commit | 55fd06e0cecdb1bce22247fae767d2f74009c09f (patch) | |
| tree | fc1f38483746039a5df672cd41148c1c12c3a6d1 /Data | |
| parent | b083fc21814764b8c3b58d7bf251fae020136e9c (diff) | |
GameSettings: Disable "EFB Copies to Texture Only" for Bratz: Girlz Really Rock
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/RRL.ini | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
