core: core_timing: Re-initialize if single/multicore state changes.

This commit is contained in:
bunnei 2022-10-15 00:48:28 -07:00
parent 11f85ea713
commit 638fa6170a
3 changed files with 36 additions and 14 deletions

View file

@ -134,6 +134,8 @@ private:
static void ThreadEntry(CoreTiming& instance);
void ThreadLoop();
void Reset();
std::unique_ptr<Common::WallClock> clock;
s64 global_timer = 0;