diff src/video/SDL_video.c @ 3976:8582c6a5ca16 SDL-1.2

Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Jun 2007 00:50:20 +0000
parents 6d2e1961661a
children 604321d3575e
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sun Jun 24 18:26:35 2007 +0000
+++ b/src/video/SDL_video.c	Mon Jun 25 00:50:20 2007 +0000
@@ -108,6 +108,9 @@
 #if SDL_VIDEO_DRIVER_DC
 	&DC_bootstrap,
 #endif
+#if SDL_VIDEO_DRIVER_NDS
+	&NDS_bootstrap,
+#endif
 #if SDL_VIDEO_DRIVER_RISCOS
 	&RISCOS_bootstrap,
 #endif