Skip to content

Commit

Permalink
Merge pull request #17407 from unknownbrackets/qt-minor
Browse files Browse the repository at this point in the history
Qt: Buildfix with SDL disabled
  • Loading branch information
hrydgard committed May 5, 2023
2 parents 4d4c325 + c03501c commit 9683414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Qt/QtMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9683414

Please sign in to comment.