mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +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:
|
||||
return &audio_callbacks_sdl;
|
||||
#endif
|
||||
#ifdef HAVE_FAKE
|
||||
default:
|
||||
return &audio_callbacks_alsa;
|
||||
#endif
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user