dolphin/Source/Core/Common/Config
Léo Lam 9ffd345df0
Config: Fix cache not being invalidated when callbacks are suppressed
The config version should always be incremented whenever config is
changed, regardless of callbacks being suppressed or not.
Otherwise, getters can return stale data until another config change
(with callbacks enabled) happens.
2020-12-29 22:07:47 +01:00
..
Config.cpp Config: Fix cache not being invalidated when callbacks are suppressed 2020-12-29 22:07:47 +01:00
Config.h Add caching to Config::Info 2020-12-12 13:58:50 +01:00
ConfigInfo.cpp Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
ConfigInfo.h Add caching to Config::Info 2020-12-12 13:58:50 +01:00
Enums.h Core: Add new Free Look settings and config 2020-12-24 13:49:25 -06:00
Layer.cpp Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
Layer.h Turn Config::Info into a class with getters 2020-12-11 19:54:16 +01:00