mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Revert to old non-blocking writes (if it ain't broke, don't fix it)
This commit is contained in:
parent
a4899fcf59
commit
b188ea1aae
|
|
@ -57,7 +57,7 @@ static char rcsid =
|
|||
#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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user