Mercurial > sdl-ios-xcode
diff include/SDL_config.h.minimal @ 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 | b2b476a4a73c |
children |
line wrap: on
line diff
--- a/include/SDL_config.h.minimal Tue Mar 14 08:35:39 2006 +0000 +++ b/include/SDL_config.h.minimal Tue Mar 14 08:53:33 2006 +0000 @@ -52,8 +52,8 @@ typedef unsigned int size_t; typedef unsigned long uintptr_t; -/* Enable the disk audio driver (src/audio/disk/\*.c) */ -#define SDL_AUDIO_DRIVER_DISK 1 +/* Enable the dummy audio driver (src/audio/dummy/\*.c) */ +#define SDL_AUDIO_DRIVER_DUMMY 1 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ #define SDL_CDROM_DISABLED 1