FramebufferManager: Implement deferred EFB cache invalidation

This commit is contained in:
Stenzek 2019-03-02 17:05:38 +10:00
commit a218a794cb
11 changed files with 42 additions and 14 deletions

View file

@ -112,6 +112,7 @@ struct VideoConfig final
// Hacks
bool bEFBAccessEnable;
bool bEFBAccessDeferInvalidation;
bool bPerfQueriesEnable;
bool bBBoxEnable;
bool bForceProgressive;