sdl2_frt/src
Ryan C. Gordon a366c35f37 audio: run the audio callback even if device was lost.
We will throw away the data anyhow, but some apps depend on the callback
firing to make progress; testmultiaudio.c, if nothing else, is an example
of this.

Capture also will now fire the callback in these conditions, offering nothing
but silence.

Apps can check SDL_GetAudioDeviceStatus() or listen for the
SDL_AUDIODEVICEREMOVED event if they want to gracefully deal with
an opened audio device that has been unexpectedly lost.
2017-02-26 00:12:33 -05:00
..
atomic Make sure the memory barrier functions are always available, and now they are implemented on Android __ARM_ARCH_5TE__ 2017-02-10 11:21:15 -08:00
audio audio: run the audio callback even if device was lost. 2017-02-26 00:12:33 -05:00
core wasapi: Initial WASAPI support, for Windows Vista and later. 2017-02-14 03:03:27 -05:00
cpuinfo Updated copyright for 2017 2017-01-01 18:33:28 -08:00
dynapi Make sure the memory barrier functions are always available, and now they are implemented on Android __ARM_ARCH_5TE__ 2017-02-10 11:21:15 -08:00
events Fixed bug 3583 - X11 touch device can be permanently lost 2017-02-11 11:14:48 -08:00
file Updated copyright for 2017 2017-01-01 18:33:28 -08:00
filesystem Updated copyright for 2017 2017-01-01 18:33:28 -08:00
haptic windows: Try to unify all the GUID comparison code into a core helper function. 2017-02-13 17:00:46 -05:00
joystick Added config for the Razer Wildcat on Mac OS X 2017-02-20 11:02:35 -08:00
libm Updated copyright for 2017 2017-01-01 18:33:28 -08:00
loadso Updated copyright for 2017 2017-01-01 18:33:28 -08:00
main Haiku: Removed unused variable. 2017-01-21 22:01:17 +01:00
power Updated copyright for 2017 2017-01-01 18:33:28 -08:00
render WinRT: removed buildbot debug code, pending further research 2017-02-24 20:49:14 -05:00
stdlib stdlib: Fixed crash on SDL_snprintf("%s", NULL). 2017-02-14 02:49:08 -05:00
test Fixed typo in log message. 2017-02-03 23:30:29 +01:00
thread thread: Don't use SetThreadDescription on WinRT right now. 2017-02-13 17:05:14 -05:00
timer Updated copyright for 2017 2017-01-01 18:33:28 -08:00
video Emscripten: implement custom cursors 2017-02-17 10:13:17 +00:00
SDL_assert_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_assert.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_dataqueue.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_dataqueue.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_error_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_error.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_hints.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_internal.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_log.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00