mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 18:09:35 -04:00
HostTiming: Pause the hardware clock on pause.
This commit is contained in:
@@ -137,8 +137,8 @@ struct System::Impl {
|
||||
ResultStatus Pause() {
|
||||
status = ResultStatus::Success;
|
||||
|
||||
kernel.Suspend(true);
|
||||
core_timing.SyncPause(true);
|
||||
kernel.Suspend(true);
|
||||
cpu_manager.Pause(true);
|
||||
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user