mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 10:02:33 -07:00
HostTiming: Pause the hardware clock on pause.
This commit is contained in:
@@ -136,6 +136,7 @@ private:
|
||||
|
||||
std::shared_ptr<EventType> ev_lost;
|
||||
Common::Event event{};
|
||||
Common::Event pause_event{};
|
||||
Common::SpinLock basic_lock{};
|
||||
Common::SpinLock advance_lock{};
|
||||
std::unique_ptr<std::thread> timer_thread;
|
||||
|
Reference in New Issue
Block a user