author | Sam Lantinga <slouken@lokigames.com> |
Mon, 09 Jul 2001 15:47:40 +0000 | |
changeset 97 | c7bcdece4845 |
parent 96 | 799bea5504e2 |
child 98 | 8a5aff5c1294 |
1.1 --- a/src/audio/dsp/SDL_dspaudio.c Mon Jul 09 15:46:41 2001 +0000 1.2 +++ b/src/audio/dsp/SDL_dspaudio.c Mon Jul 09 15:47:40 2001 +0000 1.3 @@ -57,7 +57,7 @@ 1.4 #define DSP_DRIVER_NAME "dsp" 1.5 1.6 /* Open the audio device for playback, and don't block if busy */ 1.7 -#define USE_BLOCKING_WRITES 1.8 +/*#define USE_BLOCKING_WRITES*/ 1.9 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) 1.10 1.11 /* Audio driver functions */