mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 14:25:45 +00:00
audio_core: ignore renderer wait when stream is paused
This commit is contained in:
parent
767c4b5a99
commit
ecaa038b4d
4 changed files with 18 additions and 4 deletions
|
@ -111,7 +111,7 @@ public:
|
|||
if (device == 0 || paused) {
|
||||
return;
|
||||
}
|
||||
paused = true;
|
||||
SignalPause();
|
||||
SDL_PauseAudioDevice(device, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue