From 0008f7e447286b944490fa9bab23d61190e30dd9 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 1 May 2016 13:28:37 +0200 Subject: [PATCH] Add EFB access to Super Mario Sunshine's INI and clean up old stuff --- Data/Sys/GameSettings/GMS.ini | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Data/Sys/GameSettings/GMS.ini b/Data/Sys/GameSettings/GMS.ini index cf427b4116..344df69e71 100644 --- a/Data/Sys/GameSettings/GMS.ini +++ b/Data/Sys/GameSettings/GMS.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Needs EFB to Ram and no texture filtering for the goo. +EmulationIssues = Needs Store EFB Copies to Texture Only disabled and Force Texture Filtering disabled for the goo. Needs Skip EFB Access from CPU disabled for making the analog stick not act as if Mario constantly is behind a tree. Needs anti-aliasing disabled for both, unless using Direct3D 12. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,19 +18,13 @@ EmulationIssues = Needs EFB to Ram and no texture filtering for the goo. # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = PerfQueriesEnable = True [Video_Hacks] EFBToTextureEnable = False +EFBAccessEnable = True [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False [Video_Stereoscopy]