GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: The Movie
This commit is contained in:
parent
74f2fa2755
commit
b083fc2181
|
@ -1,4 +1,21 @@
|
||||||
# RB9D78, RB9E78, RB9P78, RB9X78, RB9Y78 - Bratz: The Movie
|
# 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]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
|
Loading…
Reference in New Issue