mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-14 20:06:16 +00:00
Add Pulseaudio output
This commit is contained in:
@@ -88,6 +88,9 @@ AUDIO_RENDERER_CALLBACKS* platform_get_audio(enum platform system) {
|
||||
return &audio_callbacks_sdl;
|
||||
#endif
|
||||
default:
|
||||
#ifdef HAVE_PULSE
|
||||
return &audio_callbacks_pulse;
|
||||
#endif
|
||||
return &audio_callbacks_alsa;
|
||||
}
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user