Mercurial > sdl-ios-xcode
comparison include/SDL_config_dreamcast.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 | 11134dc42da8 |
children | 38c1eb6b0083 |
comparison
equal
deleted
inserted
replaced
1531:543ffd71ab6d | 1532:30f189cdd82b |
---|---|
77 #define HAVE_SNPRINTF 1 | 77 #define HAVE_SNPRINTF 1 |
78 #define HAVE_VSNPRINTF 1 | 78 #define HAVE_VSNPRINTF 1 |
79 | 79 |
80 /* Enable various audio drivers */ | 80 /* Enable various audio drivers */ |
81 #define SDL_AUDIO_DRIVER_DC 1 | 81 #define SDL_AUDIO_DRIVER_DC 1 |
82 #define SDL_AUDIO_DRIVER_DUMMY 1 | |
82 | 83 |
83 /* Enable various cdrom drivers */ | 84 /* Enable various cdrom drivers */ |
84 #define SDL_CDROM_DC 1 | 85 #define SDL_CDROM_DC 1 |
85 | 86 |
86 /* Enable various input drivers */ | 87 /* Enable various input drivers */ |