mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 09:26:12 +00:00
Fix audio on non-SDL builds
This commit is contained in:
parent
96128b5bb1
commit
6d23e28676
@ -87,10 +87,8 @@ AUDIO_RENDERER_CALLBACKS* platform_get_audio(enum platform system) {
|
|||||||
case SDL:
|
case SDL:
|
||||||
return &audio_callbacks_sdl;
|
return &audio_callbacks_sdl;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FAKE
|
|
||||||
default:
|
default:
|
||||||
return &audio_callbacks_alsa;
|
return &audio_callbacks_alsa;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user