Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_N3DS

This commit is contained in:
Anonymous Maarten
2023-03-27 15:14:24 +02:00
parent aecf22449a
commit b8e3f349cd

View File

@@ -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