We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e10b2f commit bc3ea69Copy full SHA for bc3ea69
src/video/SDL_sysvideo.h
@@ -519,6 +519,7 @@ extern VideoBootStrap PSP_bootstrap;
519
extern VideoBootStrap VITA_bootstrap;
520
extern VideoBootStrap RISCOS_bootstrap;
521
extern VideoBootStrap N3DS_bootstrap;
522
+extern VideoBootStrap NGAGE_bootstrap;
523
extern VideoBootStrap RPI_bootstrap;
524
extern VideoBootStrap KMSDRM_bootstrap;
525
extern VideoBootStrap DUMMY_bootstrap;
src/video/SDL_video.c
@@ -75,10 +75,6 @@
75
#include <unistd.h>
76
#endif
77
78
-#ifdef SDL_PLATFORM_NGAGE
79
-extern VideoBootStrap NGAGE_bootstrap;
80
-#endif
81
-
82
// Available video drivers
83
static VideoBootStrap *bootstrap[] = {
84
#ifdef SDL_VIDEO_DRIVER_PRIVATE
0 commit comments