mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| Config.cpp | ||
| Config.h | ||
| ConfigInfo.cpp | ||
| ConfigInfo.h | ||
| Enums.h | ||
| Layer.cpp | ||
| Layer.h | ||