mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-23 15:02:53 +00:00
audio_core: ignore renderer wait when stream is paused
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
if (device == 0 || paused) {
|
||||
return;
|
||||
}
|
||||
paused = true;
|
||||
SignalPause();
|
||||
SDL_PauseAudioDevice(device, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user