Ryan C. Gordon
|
ace0c2c297
mutex: Fixed bug where generic SDL_TryLockMutex would incorrectly block.
|
1 year ago |
Sam Lantinga
|
f52b330ed8
Added support for the HP HyperX Clutch Gladiate controller
|
1 year ago |
Ryan C. Gordon
|
b61706373c
n3ds: Check that audio thread name starts with "SDLAudioP"
|
1 year ago |
ds-sloth
|
6827b3331d
n3ds systhread - use 80kb thread stack size as default, remove hard cap
|
1 year ago |
ds-sloth
|
e4cd1d4059
n3ds systhread - prefer to put audio thread on system core
|
1 year ago |
ds-sloth
|
1023d8ec84
SDL_n3dsaudio.c - don't risk leaving current_priority uninitialized
|
1 year ago |
ds-sloth
|
07171be596
SDL_n3dsaudio.h: use triple buffering
|
1 year ago |
ds-sloth
|
6efe957159
SDL_n3dsaudio.c: separate mixer locks from audio device locks
|
1 year ago |
Sam Lantinga
|
39a961ba41
Added support for "%[]" sscanf syntax
|
1 year ago |
Sam Lantinga
|
124a0050b6
Fixed warning: no previous prototype for function 'SDL_UpdateAudio'
|
1 year ago |
Ryan C. Gordon
|
b16165a33f
rwlock: SDL_UnlockRWLock was incorrectly tagged with SDL_RELEASE_SHARED.
|
1 year ago |
Ryan C. Gordon
|
865dd04068
pulseaudio: Don't use a hash for device change detection.
|
1 year ago |
Sam Lantinga
|
b8cc51875a
Fixed build
|
1 year ago |
Sam Lantinga
|
0413e21e54
Fixed audio device removed events for ALSA
|
1 year ago |
Sam Lantinga
|
5ba03d377a
Revert "Fixed audio device removed events for ALSA"
|
1 year ago |
Ryan C. Gordon
|
a774694be0
pulseaudio: Simplified default device change detection code.
|
1 year ago |
Sam Lantinga
|
e57fef8f0b
Fixed audio device removed events for ALSA
|
1 year ago |
Sam Lantinga
|
4280d4b359
Fixed warning C4210: nonstandard extension used: function given file scope
|
1 year ago |
Ryan C. Gordon
|
182cfc3265
pulseaudio: Rework how we manage default devices and hotplug.
|
1 year ago |
Ryan C. Gordon
|
b2ae1e835f
pulseaudio: Change debug printf calls to use SDL_Log instead.
|
1 year ago |
Sam Lantinga
|
38afd48daf
Added a single source of SDL object IDs
|
1 year ago |
Sam Lantinga
|
e07f6c0a17
SDL_IsJoystickProductWheel() returns SDL_TRUE for Asetek wheelbases (thanks @IOBYTE!)
|
1 year ago |
Sam Lantinga
|
c98a14fdeb
Renamed display added/removed events for consistency with the rest of the API
|
1 year ago |
Sam Lantinga
|
c2a3112b6f
Added "--substring" to the help for rename_symbols.py
|
1 year ago |
Sam Lantinga
|
a844d90942
Add missing error reporting in Android_JNI_FileOpen()
|
1 year ago |
Ryan C. Gordon
|
4ac38d13dd
alsa: Don't touch free'd memory in hotplug thread.
|
1 year ago |
Ryan C. Gordon
|
43d41c9dcb
audio: Another attempt to make device add/remove work vs event watchers.
|
1 year ago |
Ryan C. Gordon
|
9abc692156
audio: Another attempt to deal with device destruction from device thread.
|
1 year ago |
Ryan C. Gordon
|
33c9eeec7c
Revert "audio: Device threads don't increment physical device refcounts."
|
1 year ago |
Sam Lantinga
|
e5a15f94e2
Revert "Check to make sure the Windows joystick device has buttons and axes"
|
1 year ago |