mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00: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