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 Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
ConfigInfo.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
Enums.h Added Initial Achievement Settings 2023-04-03 21:17:44 -04:00
Layer.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Layer.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00