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();
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue