Search
lxdream.org :: lxdream/src/drivers/audio_osx.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_osx.c
changeset 786:8f6ece92500e
prev736:a02d1475ccfd
author nkeynes
date Tue Jan 06 02:03:36 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Back out the CALL_ptr change (need to handle relocation from end-of-cache to
front in overflow situations)
file annotate diff log raw
1.1 --- a/src/drivers/audio_osx.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/drivers/audio_osx.c Tue Jan 06 02:03:36 2009 +0000
1.3 @@ -97,8 +97,8 @@
1.4 output_buffer = buffer;
1.5 output_buffer->posn = 0;
1.6 AudioDeviceStart(output_device, audio_osx_callback);
1.7 - return FALSE;
1.8 }
1.9 + return FALSE;
1.10 }
1.11
1.12 void audio_osx_start()
.