SDL/src
Ryan C. Gordon 510f413bb8
coreaudio: simplify memory leak fix.
I _did_ appreciate the explanation, but it doesn't have to live in the
source code; also we can just release `devuid` and then check for error with
the usual macro, since SDL is done with it either way at this point.

(cherry picked from commit 17af09f3a9)
2024-06-15 11:47:27 -04:00
..
atomic Updated copyright for 2024 2024-01-01 13:19:49 -08:00
audio coreaudio: simplify memory leak fix. 2024-06-15 11:47:27 -04:00
core Added GDK app constrained/unconstrained events (#9608) 2024-04-30 10:19:29 -07:00
cpuinfo Updated copyright for 2024 2024-01-01 13:19:49 -08:00
dynapi Moved function pointer params to typedefs, etc, for latest wikiheaders. 2024-06-12 19:29:21 -04:00
events SDL_events.c: remove long long casts an the override of SDL_PRIs64 2024-06-14 18:47:56 +03:00
file SDL_RWFromFile, stdio: allow named pipes along with regular files. 2024-03-06 18:50:00 +03:00
filesystem Fixed building with GDK (thanks @Romans-I-XVI!) 2024-04-30 10:20:55 -07:00
haptic Updated copyright for 2024 2024-01-01 13:19:49 -08:00
hidapi hidapi: Use a whitelist for libusb when other backends are available 2024-05-17 11:17:56 -07:00
joystick Re-enable full controller reports for Joy-Con controllers 2024-06-13 00:02:00 -07:00
libm Updated copyright for 2024 2024-01-01 13:19:49 -08:00
loadso Updated copyright for 2024 2024-01-01 13:19:49 -08:00
locale N3DS: Fix locale name and early return. 2024-03-19 16:54:30 -07:00
main Updated to version 2.31.0 for development 2024-01-22 09:12:34 -08:00
misc Updated copyright for 2024 2024-01-01 13:19:49 -08:00
power linux: Handle upower's UP_DEVICE_STATE_PENDING_CHARGE, PENDING_DISCHARGE 2024-01-22 06:34:12 -08:00
render SDL_render_psp.c: Fix crash in PSP_DestroyRenderer() 2024-06-04 15:06:44 -07:00
sensor Use SDL_test + don't use macros 2024-05-16 17:54:13 +02:00
stdlib SDL_qsort.c: better match private funcs' compare args to SDL3 version. 2024-06-14 14:50:32 +03:00
test remove several instances of unnecessary emptry str "" after SDL_PRI??? 2024-01-18 17:25:56 +03:00
thread Moved function pointer params to typedefs, etc, for latest wikiheaders. 2024-06-12 19:29:21 -04:00
timer PSP: fix regression, GetTicks64 should return millisecs 2024-03-23 16:53:28 -07:00
video Moved function pointer params to typedefs, etc, for latest wikiheaders. 2024-06-12 19:29:21 -04:00
SDL.c Add hint to make SDL handle dbus_shutdown() 2024-01-07 14:23:57 -08:00
SDL_assert.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_assert_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_dataqueue.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_dataqueue.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_error.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_error_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_guid.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_hints.c Added NULL pointer check 2024-05-17 09:01:11 -07:00
SDL_hints_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_internal.h don't let SDL_render.c:render_drivers[] have an empty initializer list. 2024-02-15 20:33:24 +03:00
SDL_list.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_list.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_log.c Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:46:25 -08:00
SDL_log_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_utils.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_utils_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00