dolphin/Source/Core/Common/Config
Silent cb4eecde52
Fix race conditions in Config Layers
API has been made stricter, layers are now managed with shared pointers,
so using them temporarily increased their reference counters.
Additionally, any s_layers map has been guarded by a read/write lock,
as concurrent write/reads to it were possible.
2019-07-30 22:10:17 +02:00
..
Config.cpp Fix race conditions in Config Layers 2019-07-30 22:10:17 +02:00
Config.h Fix race conditions in Config Layers 2019-07-30 22:10:17 +02:00
ConfigInfo.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ConfigInfo.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Enums.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Layer.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Layer.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00