forked from eden-emu/eden
Remove pause callbacks from coretiming
This commit is contained in:
parent
cd4b9bffb2
commit
e93e898df5
15 changed files with 29 additions and 144 deletions
|
@ -141,8 +141,6 @@ struct System::Impl {
|
|||
core_timing.SyncPause(false);
|
||||
is_paused = false;
|
||||
|
||||
audio_core->PauseSinks(false);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
@ -150,8 +148,6 @@ struct System::Impl {
|
|||
std::unique_lock<std::mutex> lk(suspend_guard);
|
||||
status = SystemResultStatus::Success;
|
||||
|
||||
audio_core->PauseSinks(true);
|
||||
|
||||
core_timing.SyncPause(true);
|
||||
kernel.Suspend(true);
|
||||
is_paused = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue