mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
FramebufferManager: Implement deferred EFB cache invalidation
This commit is contained in:
parent
6bc4bfd26a
commit
a218a794cb
11 changed files with 42 additions and 14 deletions
|
@ -112,6 +112,7 @@ struct VideoConfig final
|
|||
|
||||
// Hacks
|
||||
bool bEFBAccessEnable;
|
||||
bool bEFBAccessDeferInvalidation;
|
||||
bool bPerfQueriesEnable;
|
||||
bool bBBoxEnable;
|
||||
bool bForceProgressive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue