diff options
| author | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2021-08-14 08:09:28 +0100 |
|---|---|---|
| committer | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2021-08-14 08:09:28 +0100 |
| commit | f5abb3030f20e94dc67d80450ef01bb31b3233ef (patch) | |
| tree | c6b20c08edb672eee3c57c5b029c2fea771e8f77 /Data/Sys | |
| parent | 891726e924d12752bd024675e6edfbe2c52f54a1 (diff) | |
GameSettings: Disable Dual Core and Disable "Defer EFB Copies to RAM" for Bratz: Forever Diamondz
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GVD.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GVD.ini b/Data/Sys/GameSettings/GVD.ini new file mode 100644 index 0000000000..a55998db2d --- /dev/null +++ b/Data/Sys/GameSettings/GVD.ini @@ -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 |
