comparison include/SDL_config_os2.h @ 1532:30f189cdd82b

Implemented dummy audio driver. Fixes Bugzilla #161.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 14 Mar 2006 08:53:33 +0000
parents e3242177fe4a
children 38c1eb6b0083
comparison
equal deleted inserted replaced
1531:543ffd71ab6d 1532:30f189cdd82b
106 #define HAVE_SETJMP 1 106 #define HAVE_SETJMP 1
107 #define HAVE_CLOCK_GETTIME 1 107 #define HAVE_CLOCK_GETTIME 1
108 108
109 /* Enable various audio drivers */ 109 /* Enable various audio drivers */
110 #define SDL_AUDIO_DRIVER_DART 1 110 #define SDL_AUDIO_DRIVER_DART 1
111 #define SDL_AUDIO_DRIVER_DISK 1
112 #define SDL_AUDIO_DRIVER_DUMMY 1
111 113
112 /* Enable various cdrom drivers */ 114 /* Enable various cdrom drivers */
113 #define SDL_CDROM_OS2 1 115 #define SDL_CDROM_OS2 1
114 116
115 /* Enable various input drivers */ 117 /* Enable various input drivers */