mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 14:47:49 +00:00
audio_core: ignore renderer wait when stream is paused
This commit is contained in:
parent
81373c8499
commit
c0e37fa65f
4 changed files with 18 additions and 4 deletions
|
@ -146,7 +146,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
paused = true;
|
||||
SignalPause();
|
||||
if (cubeb_stream_stop(stream_backend) != CUBEB_OK) {
|
||||
LOG_CRITICAL(Audio_Sink, "Error stopping cubeb stream");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue