fc05b70e56
* Added support for 8bit sound cards (it sounds crappy but when it is all you have....) * Fixed bug in debug mode code.
16 lines
346 B
Text
16 lines
346 B
Text
diff -c ../audioIO.c:1.1.1.1 xamp/audioIO.c:1.2
|
|
*** ../audioIO.c:1.1.1.1 Wed Jun 14 22:23:48 2000
|
|
--- ../audioIO.c Wed Jun 14 22:23:48 2000
|
|
***************
|
|
*** 6,11 ****
|
|
--- 6,15 ----
|
|
#include "audioIO_Linux.c"
|
|
#endif
|
|
|
|
+ #ifdef OS_NetBSD
|
|
+ #include "audioIO_NetBSD.c"
|
|
+ #endif
|
|
+
|
|
#ifdef OS_BSD
|
|
#include "audioIO_Linux.c"
|
|
#endif
|