comparison include/SDL_config_dreamcast.h @ 1423:4ed717f9e509

Updated for Visual Studio Express 2005
author Sam Lantinga <slouken@libsdl.org>
date Fri, 24 Feb 2006 08:17:28 +0000
parents d2ee8da60262
children 7a610f25c12f
comparison
equal deleted inserted replaced
1422:d2ee8da60262 1423:4ed717f9e509
50 #define HAVE_MEMMOVE 1 50 #define HAVE_MEMMOVE 1
51 #define HAVE_MEMCMP 1 51 #define HAVE_MEMCMP 1
52 52
53 /* Enable various audio drivers */ 53 /* Enable various audio drivers */
54 #define SDL_AUDIO_DRIVER_DC 1 54 #define SDL_AUDIO_DRIVER_DC 1
55 #define SDL_AUDIO_DRIVER_DISK 1
56 55
57 /* Enable various cdrom drivers */ 56 /* Enable various cdrom drivers */
58 #define SDL_CDROM_DC 1 57 #define SDL_CDROM_DC 1
59 58
60 /* Enable various input drivers */ 59 /* Enable various input drivers */
69 /* Enable various timer systems */ 68 /* Enable various timer systems */
70 #define SDL_TIMER_DC 1 69 #define SDL_TIMER_DC 1
71 70
72 /* Enable various video drivers */ 71 /* Enable various video drivers */
73 #define SDL_VIDEO_DRIVER_DC 1 72 #define SDL_VIDEO_DRIVER_DC 1
74 #define SDL_VIDEO_DRIVER_DUMMY 1
75 73
76 #endif /* _SDL_config_dreamcast_h */ 74 #endif /* _SDL_config_dreamcast_h */