mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: Rock Angelz
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# GR6P78, GR6E78, GR6D78, GR6F78 - Bratz: Rock Angelz
|
# GR6P78, GR6E78, GR6D78, GR6F78 - Bratz: Rock Angelz
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
CPUThread = False
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -17,3 +17,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
Reference in New Issue
Block a user