diff include/SDL_config_macosx.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 39f6ad4693a5
children 932ba94c4032
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Tue Mar 14 08:35:39 2006 +0000
+++ b/include/SDL_config_macosx.h	Tue Mar 14 08:53:33 2006 +0000
@@ -83,6 +83,8 @@
 /* Enable various audio drivers */
 #define SDL_AUDIO_DRIVER_COREAUDIO	1
 #define SDL_AUDIO_DRIVER_SNDMGR	1
+#define SDL_AUDIO_DRIVER_DISK	1
+#define SDL_AUDIO_DRIVER_DUMMY	1
 
 /* Enable various cdrom drivers */
 #define SDL_CDROM_MACOSX	1