mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 22:57:57 -05: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