mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: Forever Diamondz
This commit is contained in:
parent
891726e924
commit
f5abb3030f
1 changed files with 20 additions and 0 deletions
20
Data/Sys/GameSettings/GVD.ini
Normal file
20
Data/Sys/GameSettings/GVD.ini
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# GVDP78, GVDE78 - Bratz: Forever Diamondz
|
||||||
|
|
||||||
|
[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]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
Loading…
Add table
Add a link
Reference in a new issue