audio_core: ignore renderer wait when stream is paused

This commit is contained in:
Liam 2023-11-12 23:10:53 -05:00
parent 81373c8499
commit c0e37fa65f
4 changed files with 18 additions and 4 deletions

View file

@ -111,7 +111,7 @@ public:
if (device == 0 || paused) {
return;
}
paused = true;
SignalPause();
SDL_PauseAudioDevice(device, 1);
}