Mercurial > sdl-ios-xcode
comparison include/SDL_config_amiga.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 | 4ed717f9e509 |
children | 38c1eb6b0083 |
comparison
equal
deleted
inserted
replaced
1531:543ffd71ab6d | 1532:30f189cdd82b |
---|---|
48 #define HAVE_MEMMOVE 1 | 48 #define HAVE_MEMMOVE 1 |
49 #define HAVE_MEMCMP 1 | 49 #define HAVE_MEMCMP 1 |
50 | 50 |
51 /* Enable various audio drivers */ | 51 /* Enable various audio drivers */ |
52 #define SDL_AUDIO_DRIVER_AHI 1 | 52 #define SDL_AUDIO_DRIVER_AHI 1 |
53 #define SDL_AUDIO_DRIVER_DUMMY 1 | |
54 #define SDL_AUDIO_DRIVER_DISK 1 | |
53 | 55 |
54 /* Enable various cdrom drivers */ | 56 /* Enable various cdrom drivers */ |
55 #define SDL_CDROM_DUMMY 1 | 57 #define SDL_CDROM_DUMMY 1 |
56 | 58 |
57 /* Enable various input drivers */ | 59 /* Enable various input drivers */ |