mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +00:00
Never use audio callbacks for fake platform
This commit is contained in:
parent
e84ae26ccc
commit
7109301a46
@ -185,6 +185,8 @@ AUDIO_RENDERER_CALLBACKS* platform_get_audio(enum platform system, char* audio_d
|
||||
if (audio_device == NULL || strcmp(audio_device, "local") == 0 || strcmp(audio_device, "hdmi") == 0)
|
||||
return (PAUDIO_RENDERER_CALLBACKS) dlsym(RTLD_DEFAULT, "audio_callbacks_omx");
|
||||
#endif
|
||||
case FAKE:
|
||||
return NULL;
|
||||
default:
|
||||
#ifdef HAVE_PULSE
|
||||
if (audio_pulse_init(audio_device))
|
||||
|
Loading…
x
Reference in New Issue
Block a user