From 1efa50a90a43059664dbec721dd751e61f5a8cc9 Mon Sep 17 00:00:00 2001 From: Techjar Date: Thu, 17 Sep 2020 07:28:17 -0400 Subject: [PATCH] GameSettings: Disable "Defer EFB Copes to RAM" and "Immediately Present XFB" for Super Paper Mario --- Data/Sys/GameSettings/R8P.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Data/Sys/GameSettings/R8P.ini b/Data/Sys/GameSettings/R8P.ini index 94f107f58d..db015bfd1b 100644 --- a/Data/Sys/GameSettings/R8P.ini +++ b/Data/Sys/GameSettings/R8P.ini @@ -15,3 +15,5 @@ [Video_Hacks] EFBToTextureEnable = False BBoxEnable = True +ImmediateXFBEnable = False +DeferEFBCopies = False