comparison include/SDL_config_nintendods.h @ 2678:3895761db26a gsoc2008_nds

Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver
author Darren Alton <dalton@stevens.edu>
date Thu, 10 Jul 2008 23:35:01 +0000
parents f1d07ba2e275
children 4135aa9c5645
comparison
equal deleted inserted replaced
2677:6386764eb222 2678:3895761db26a
98 #define SDL_CDROM_DISABLED 1 98 #define SDL_CDROM_DISABLED 1
99 99
100 /* Enable various input drivers */ 100 /* Enable various input drivers */
101 #define SDL_JOYSTICK_NDS 1 101 #define SDL_JOYSTICK_NDS 1
102 /*#define SDL_JOYSTICK_DUMMY 1*/ 102 /*#define SDL_JOYSTICK_DUMMY 1*/
103 #define SDL_TOUCHSCREEN_NDS 1
104 /*#define SDL_TOUCHSCREEN_DUMMY 1*/
105 103
106 /* DS has no dynamic linking afaik */ 104 /* DS has no dynamic linking afaik */
107 #define SDL_LOADSO_DISABLED 1 105 #define SDL_LOADSO_DISABLED 1
108 106
109 /* Enable various threading systems */ 107 /* Enable various threading systems */