Qt: Buildfix with SDL disabled.

This commit is contained in:
Unknown W. Brackets 2023-05-04 19:18:58 -07:00
parent 91be4cfeb6
commit c03501c506

View file

@ -278,8 +278,10 @@ void System_Notify(SystemNotification notification) {
g_symbolMap->SortSymbols(); g_symbolMap->SortSymbols();
break; break;
case SystemNotification::AUDIO_RESET_DEVICE: case SystemNotification::AUDIO_RESET_DEVICE:
#ifdef SDL
StopSDLAudioDevice(); StopSDLAudioDevice();
InitSDLAudioDevice(); InitSDLAudioDevice();
#endif
break; break;
default: default:
break; break;