Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1531:543ffd71ab6d | 1532:30f189cdd82b |
---|---|
50 typedef signed int int32_t; | 50 typedef signed int int32_t; |
51 typedef unsigned int uint32_t; | 51 typedef unsigned int uint32_t; |
52 typedef unsigned int size_t; | 52 typedef unsigned int size_t; |
53 typedef unsigned long uintptr_t; | 53 typedef unsigned long uintptr_t; |
54 | 54 |
55 /* Enable the disk audio driver (src/audio/disk/\*.c) */ | 55 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ |
56 #define SDL_AUDIO_DRIVER_DISK 1 | 56 #define SDL_AUDIO_DRIVER_DUMMY 1 |
57 | 57 |
58 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ | 58 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ |
59 #define SDL_CDROM_DISABLED 1 | 59 #define SDL_CDROM_DISABLED 1 |
60 | 60 |
61 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ | 61 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ |