mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 14:22:00 +00:00
Fix audio on non-SDL builds
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user