Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_N3DS

This commit is contained in:
Anonymous Maarten
2023-03-27 16:09:42 +02:00
parent 2095aefbb6
commit daf1a7d2be

View File

@@ -100,7 +100,7 @@ static VideoBootStrap *bootstrap[] = {
#ifdef SDL_VIDEO_DRIVER_VITA
&VITA_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_N3DS
#ifdef SDL_VIDEO_DRIVER_N3DS
&N3DS_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_KMSDRM