mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt: Buildfix with SDL disabled.
This commit is contained in:
parent
91be4cfeb6
commit
c03501c506
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue