mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-13 00:12:32 -07: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