diff --git a/Data/Sys/GameSettings/GC2.ini b/Data/Sys/GameSettings/GC2.ini index 91009a77ab..f2aee2ee90 100644 --- a/Data/Sys/GameSettings/GC2.ini +++ b/Data/Sys/GameSettings/GC2.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Videos not seen +EmulationIssues = Needs real Xfb for the videos to display. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -17,3 +17,6 @@ EmulationIssues = Videos not seen [ActionReplay] # Add action replay cheats here. +[Video_Settings] +UseXFB = True +UseRealXFB = True diff --git a/Data/Sys/GameSettings/SZB.ini b/Data/Sys/GameSettings/SZB.ini index 38cd4879fd..e535d37d80 100644 --- a/Data/Sys/GameSettings/SZB.ini +++ b/Data/Sys/GameSettings/SZB.ini @@ -19,4 +19,7 @@ EmulationIssues = If emu is running less than 100% it's EXTREMELY hard to hit no [Video_Enhancements] ForceFiltering = False +MaxAnisotropy = 0 +[Video_Hacks] +EFBToTextureEnable = False