Enable Defer EFB Cache Invalidation for SMG1 and 2

These games see ~50% to 120% performance increase in parts of the game
bottlenecked by EFB peeks, such as the lenses flare effects.
This commit is contained in:
JMC47 2019-03-13 08:36:31 -04:00
parent 7944a055a6
commit bb16f6b0ec
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ IRCenter = 50
[Video_Hacks] [Video_Hacks]
EFBAccessEnable = True EFBAccessEnable = True
EFBAccessDeferInvalidation = True
[Video_Enhancements] [Video_Enhancements]
ArbitraryMipmapDetection = True ArbitraryMipmapDetection = True

View file

@ -18,6 +18,7 @@ IRCenter = 50
[Video_Hacks] [Video_Hacks]
EFBAccessEnable = True EFBAccessEnable = True
EFBAccessDeferInvalidation = True
[Video_Enhancements] [Video_Enhancements]
ArbitraryMipmapDetection = True ArbitraryMipmapDetection = True