mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-14 03:46:36 +00:00
Provide alternative SDL audio output
This commit is contained in:
@@ -72,6 +72,10 @@ DECODER_RENDERER_CALLBACKS* platform_get_video(enum platform system) {
|
||||
|
||||
AUDIO_RENDERER_CALLBACKS* platform_get_audio(enum platform system) {
|
||||
switch (system) {
|
||||
#ifdef HAVE_SDL
|
||||
case SDL:
|
||||
return &audio_callbacks_sdl;
|
||||
#endif
|
||||
default:
|
||||
return &audio_callbacks_alsa;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user