mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 01:15:59 +00:00
Fix audio on non-SDL builds
This commit is contained in:
parent
96128b5bb1
commit
6d23e28676
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user