dolphin/Source/Core/Common/Config
JosJuice 2b17e89336 Config: Don't clear callbacks on shutdown
This fixes a problem that started happening in CoreTimingTest after the
previous commit. CPUThreadConfigCallback registers a Config callback
only once per run of the process, but CoreTimingTest calls
Config::Shutdown after each test, and Config::Shutdown was clearing all
callbacks, preventing the callback from running after that.
2023-08-17 19:19:25 +02:00
..
Config.cpp Config: Don't clear callbacks on shutdown 2023-08-17 19:19:25 +02:00
Config.h Don't call RunAsCPUThread in config callbacks 2023-08-17 19:19:25 +02:00
ConfigInfo.cpp
ConfigInfo.h
Enums.h Added Initial Achievement Settings 2023-04-03 21:17:44 -04:00
Layer.cpp
Layer.h