Merge pull request #7882 from JMC47/SMGDefer
Enable Defer EFB Cache Invalidation for SMG1 and 2
This commit is contained in:
commit
7eae5b91d6
|
@ -19,6 +19,7 @@ IRCenter = 50
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
|
EFBAccessDeferInvalidation = True
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ArbitraryMipmapDetection = True
|
ArbitraryMipmapDetection = True
|
||||||
|
|
|
@ -18,6 +18,7 @@ IRCenter = 50
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
|
EFBAccessDeferInvalidation = True
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ArbitraryMipmapDetection = True
|
ArbitraryMipmapDetection = True
|
||||||
|
|
Loading…
Reference in New Issue