Add EFB access to Super Mario Sunshine's INI and clean up old stuff

This commit is contained in:
JosJuice 2016-05-01 13:28:37 +02:00
parent 6da87ef9dd
commit 0008f7e447
1 changed files with 2 additions and 8 deletions

View File

@ -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]