mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
FramebufferManager: Implement deferred EFB cache invalidation
This commit is contained in:
@ -113,6 +113,7 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||
// Graphics.Hacks
|
||||
|
||||
Config::GFX_HACK_EFB_ACCESS_ENABLE.location,
|
||||
Config::GFX_HACK_EFB_DEFER_INVALIDATION.location,
|
||||
Config::GFX_HACK_EFB_ACCESS_TILE_SIZE.location,
|
||||
Config::GFX_HACK_BBOX_ENABLE.location,
|
||||
Config::GFX_HACK_FORCE_PROGRESSIVE.location,
|
||||
|
Reference in New Issue
Block a user