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 f357ddf644
commit 438c1b5c18
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;