GameSettings: Disable "EFB Copies to Texture Only" for Bratz: Girlz Really Rock
This commit is contained in:
parent
b083fc2181
commit
55fd06e0ce
|
@ -1,4 +1,20 @@
|
||||||
# RRLE78, RRLP78, RRLX78, RRLY78, RRLZ78 - Bratz: Girlz Really Rock
|
# 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]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
Loading…
Reference in New Issue