--- a/include/SDL_config_nintendods.h Thu Jun 19 07:11:35 2008 +0000
+++ b/include/SDL_config_nintendods.h Mon Jun 23 11:55:26 2008 +0000
@@ -99,6 +99,9 @@
/* Enable various input drivers */
#define SDL_JOYSTICK_NDS 1
+/*#define SDL_JOYSTICK_DUMMY 1*/
+#define SDL_TOUCHSCREEN_NDS 1
+/*#define SDL_TOUCHSCREEN_DUMMY 1*/
/* DS has no dynamic linking afaik */
#define SDL_LOADSO_DISABLED 1
@@ -112,5 +115,6 @@
/* Enable various video drivers */
#define SDL_VIDEO_DRIVER_NDS 1
+#define SDL_VIDEO_DRIVER_DUMMY 1
#endif /* _SDL_config_nintendods_h */