diff --git a/Qt/QtMain.cpp b/Qt/QtMain.cpp index 06de4b664a..5d65a83a0f 100644 --- a/Qt/QtMain.cpp +++ b/Qt/QtMain.cpp @@ -278,8 +278,10 @@ void System_Notify(SystemNotification notification) { g_symbolMap->SortSymbols(); break; case SystemNotification::AUDIO_RESET_DEVICE: +#ifdef SDL StopSDLAudioDevice(); InitSDLAudioDevice(); +#endif break; default: break;