From 44721052109f64a81ba68e8ad3ac64cafb95eb8e Mon Sep 17 00:00:00 2001 From: JMC47 Date: Tue, 20 Jul 2021 07:23:21 -0400 Subject: [PATCH] GameINI: Improve Rendering in S&P:SS Sin & Punishment: Star Successor has rendering issues in the upper left part of the screen. While we can't completely fix it, by disabling Store EFB Copies to Texture only, we can make it from a missing box to just a couple of lines being visible that make up the copy region. --- Data/Sys/GameSettings/R2V.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Data/Sys/GameSettings/R2V.ini diff --git a/Data/Sys/GameSettings/R2V.ini b/Data/Sys/GameSettings/R2V.ini new file mode 100644 index 0000000000..09b4525100 --- /dev/null +++ b/Data/Sys/GameSettings/R2V.ini @@ -0,0 +1,18 @@ +# R2VE01, R2VP01, R2VJ01 - Sin & Punishment: Star Successor + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +# Store EFB Copies to Texture Only must be disabled to prevent +# the copy region from showing incorrect graphics. +EFBToTextureEnable = False