From 8e4ddf9c048eb3111be173da27feb47cd0657c17 Mon Sep 17 00:00:00 2001 From: PatrickFerry <8967997+PatrickFerry@users.noreply.github.com> Date: Tue, 2 Mar 2021 03:10:27 +0000 Subject: [PATCH] GameSettings: Disable "Defer EFB Copies to RAM" and Set Texture Cache Accuracy to "Medium" for Marvel Super Hero Squad --- Data/Sys/GameSettings/R38.ini | 4 ++++ 1 file changed, 4 insertions(+) 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