diff options
| author | PatrickFerry <8967997+PatrickFerry@users.noreply.github.com> | 2021-03-02 03:10:27 +0000 |
|---|---|---|
| committer | PatrickFerry <8967997+PatrickFerry@users.noreply.github.com> | 2021-03-02 03:10:27 +0000 |
| commit | 8e4ddf9c048eb3111be173da27feb47cd0657c17 (patch) | |
| tree | e151f41b90eba7d2d304f21ac177d47a0d9497eb /Data/Sys | |
| parent | 3424732087b76a364fd1f4bfc38b776a4c124951 (diff) | |
GameSettings: Disable "Defer EFB Copies to RAM" and Set Texture Cache Accuracy to "Medium" for Marvel Super Hero Squad
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/R38.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/R38.ini b/Data/Sys/GameSettings/R38.ini index 4a3a419a19..2eb103d6a3 100644 --- a/Data/Sys/GameSettings/R38.ini +++ b/Data/Sys/GameSettings/R38.ini @@ -12,5 +12,9 @@ [ActionReplay] # Add action replay cheats here. +[Video_Settings] +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False +DeferEFBCopies = False |
