mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-18 15:01:12 +00:00
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_N3DS
This commit is contained in:
@@ -76,7 +76,7 @@ static const AudioBootStrap *const bootstrap[] = {
|
||||
#ifdef SDL_AUDIO_DRIVER_VITA
|
||||
&VITAAUD_bootstrap,
|
||||
#endif
|
||||
#if SDL_AUDIO_DRIVER_N3DS
|
||||
#ifdef SDL_AUDIO_DRIVER_N3DS
|
||||
&N3DSAUDIO_bootstrap,
|
||||
#endif
|
||||
#if SDL_AUDIO_DRIVER_EMSCRIPTEN
|
||||
|
||||
Reference in New Issue
Block a user