Mercurial > sdl-ios-xcode
changeset 97:c7bcdece4845
Revert to old non-blocking writes (if it ain't broke, don't fix it)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Mon, 09 Jul 2001 15:47:40 +0000 |
parents | 799bea5504e2 |
children | 8a5aff5c1294 |
files | src/audio/dsp/SDL_dspaudio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/dsp/SDL_dspaudio.c Mon Jul 09 15:46:41 2001 +0000 +++ b/src/audio/dsp/SDL_dspaudio.c Mon Jul 09 15:47:40 2001 +0000 @@ -57,7 +57,7 @@ #define DSP_DRIVER_NAME "dsp" /* Open the audio device for playback, and don't block if busy */ -#define USE_BLOCKING_WRITES +/*#define USE_BLOCKING_WRITES*/ #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) /* Audio driver functions */