mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Add option for deferred EFB cache invalidation
This commit is contained in:
@ -46,4 +46,7 @@ private:
|
||||
QCheckBox* m_enable_prog_scan;
|
||||
QCheckBox* m_backend_multithreading;
|
||||
QCheckBox* m_borderless_fullscreen;
|
||||
|
||||
// Experimental
|
||||
QCheckBox* m_defer_efb_access_invalidation;
|
||||
};
|
||||
|
Reference in New Issue
Block a user