From fd7d7431e4f896fe9bf2179750aed2866e6c9183 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Mon, 7 Jan 2019 15:51:54 -0500 Subject: [PATCH] Disable Deferred EFB Copies in Sonic Adventure 2 Causes a crash during the final boss. This game is timing sensitive in general though, so I wouldn't be surprised if certain other stages also had crashing issues. --- Data/Sys/GameSettings/GSN.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/Sys/GameSettings/GSN.ini b/Data/Sys/GameSettings/GSN.ini index b2471902d8..6df44ecf8b 100644 --- a/Data/Sys/GameSettings/GSN.ini +++ b/Data/Sys/GameSettings/GSN.ini @@ -15,3 +15,6 @@ CPUThread = False [Video_Settings] SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DeferEFBCopies = False