diff include/SDL_config_nintendods.h @ 2672:74ac057679d5 gsoc2008_nds

NDS video driver is now functional, using software rendering and framebuffer.
author Darren Alton <dalton@stevens.edu>
date Tue, 17 Jun 2008 08:26:36 +0000
parents c3e7c0698cbb
children 24a6b3588eac
line wrap: on
line diff
--- a/include/SDL_config_nintendods.h	Thu Jun 12 02:38:49 2008 +0000
+++ b/include/SDL_config_nintendods.h	Tue Jun 17 08:26:36 2008 +0000
@@ -111,6 +111,6 @@
 #define SDL_TIMERS_DISABLED	1
 
 /* Enable various video drivers */
-#define SDL_VIDEO_DRIVER_DUMMY	1
+#define SDL_VIDEO_DRIVER_NDS	1
 
 #endif /* _SDL_config_nintendods_h */