diff --git a/Data/Sys/GameSettings/GSWD64.ini b/Data/Sys/GameSettings/GSWD64.ini index aaf527e82b5..735fdee0144 100644 --- a/Data/Sys/GameSettings/GSWD64.ini +++ b/Data/Sys/GameSettings/GSWD64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. diff --git a/Data/Sys/GameSettings/GSWE64.ini b/Data/Sys/GameSettings/GSWE64.ini index 59418ec3f39..399c5d61d46 100644 --- a/Data/Sys/GameSettings/GSWE64.ini +++ b/Data/Sys/GameSettings/GSWE64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. @@ -20,12 +19,6 @@ EmulationStateId = 3 # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Settings] UseXFB = True diff --git a/Data/Sys/GameSettings/GSWF64.ini b/Data/Sys/GameSettings/GSWF64.ini index 3249c3b9be4..8916f268d44 100644 --- a/Data/Sys/GameSettings/GSWF64.ini +++ b/Data/Sys/GameSettings/GSWF64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. diff --git a/Data/Sys/GameSettings/GSWI64.ini b/Data/Sys/GameSettings/GSWI64.ini index 23f04559afc..9bfcf1fae20 100644 --- a/Data/Sys/GameSettings/GSWI64.ini +++ b/Data/Sys/GameSettings/GSWI64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. @@ -20,12 +19,6 @@ EmulationStateId = 3 # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Settings] UseXFB = True @@ -33,4 +26,3 @@ UseRealXFB = False [Video_Hacks] EFBEmulateFormatChanges = True - diff --git a/Data/Sys/GameSettings/GSWJ64.ini b/Data/Sys/GameSettings/GSWJ64.ini index 4555fcb2e82..decb75959de 100644 --- a/Data/Sys/GameSettings/GSWJ64.ini +++ b/Data/Sys/GameSettings/GSWJ64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. diff --git a/Data/Sys/GameSettings/GSWP64.ini b/Data/Sys/GameSettings/GSWP64.ini index 27ac0fb2b1f..636586d5c9c 100644 --- a/Data/Sys/GameSettings/GSWP64.ini +++ b/Data/Sys/GameSettings/GSWP64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. @@ -20,12 +19,6 @@ EmulationStateId = 3 # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Settings] UseXFB = True @@ -33,4 +26,3 @@ UseRealXFB = False [Video_Hacks] EFBEmulateFormatChanges = True - diff --git a/Data/Sys/GameSettings/GSWS64.ini b/Data/Sys/GameSettings/GSWS64.ini index a820aec1bd2..d4242373968 100644 --- a/Data/Sys/GameSettings/GSWS64.ini +++ b/Data/Sys/GameSettings/GSWS64.ini @@ -3,7 +3,6 @@ [Core] # Values set here will override the main dolphin settings. MMU = 1 -FastDiscSpeed = 1 [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. @@ -20,12 +19,6 @@ EmulationStateId = 3 # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = [Video_Settings] UseXFB = True @@ -33,4 +26,3 @@ UseRealXFB = False [Video_Hacks] EFBEmulateFormatChanges = True - diff --git a/Data/Sys/GameSettings/RSBE01.ini b/Data/Sys/GameSettings/RSBE01.ini index 495bf514605..fb548ebe328 100644 --- a/Data/Sys/GameSettings/RSBE01.ini +++ b/Data/Sys/GameSettings/RSBE01.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Classic mode score report needs real xfb to appear properly. +EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and ingame screnshots need efb to ram, STC is needed too for masterpieces. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -16,7 +16,3 @@ EmulationIssues = Classic mode score report needs real xfb to appear properly. [ActionReplay] # Add action replay cheats here. - -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/RSBJ01.ini b/Data/Sys/GameSettings/RSBJ01.ini index 612ef7bd907..2eaf00cd162 100644 --- a/Data/Sys/GameSettings/RSBJ01.ini +++ b/Data/Sys/GameSettings/RSBJ01.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Classic mode score report needs real xfb to appear properly. +EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and ingame screnshots need efb to ram, STC is needed too for masterpieces. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -16,7 +16,3 @@ EmulationIssues = Classic mode score report needs real xfb to appear properly. [ActionReplay] # Add action replay cheats here. - -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/RSBK01.ini b/Data/Sys/GameSettings/RSBK01.ini index 8b5907f4f5d..98df9f59afd 100644 --- a/Data/Sys/GameSettings/RSBK01.ini +++ b/Data/Sys/GameSettings/RSBK01.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Classic mode score report needs real xfb to appear properly. +EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and ingame screnshots need efb to ram, STC is needed too for masterpieces. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -16,7 +16,3 @@ EmulationIssues = Classic mode score report needs real xfb to appear properly. [ActionReplay] # Add action replay cheats here. - -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True diff --git a/Data/Sys/GameSettings/RSBP01.ini b/Data/Sys/GameSettings/RSBP01.ini index 325b7b40e26..d7def5d6e5e 100644 --- a/Data/Sys/GameSettings/RSBP01.ini +++ b/Data/Sys/GameSettings/RSBP01.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Classic mode score report needs real xfb to appear properly. +EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and ingame screnshots need efb to ram, STC is needed too for masterpieces. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -25,7 +25,3 @@ $Can start match with only 1 player 04684C44 2C060001 $All players can be on the same team 04684D5C 38600000 - -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True