Edward Li 1c41b53551 macOS: Calculate correct DPI by not using backingScaleFactor 3 years ago
..
atomic 53aa8eec5f minor cleanup for watcom _inline keyword. 3 years ago
audio 2b6b69fb12 fix assertion failure in sndio audio caused by the recent hotplugging support 3 years ago
core a1e992b110 Fixed bug #5118 - [Android] PointerIcon leak in Cursor API 3 years ago
cpuinfo 0ef9d26622 cpuinfo: remove malloc from comments 3 years ago
dynapi b7885abc44 Fixed bug #5087: SDL_RenderGeometryRaw() passes colors as int* instead of SDL_Color* 3 years ago
events 9ae56cb353 events: Add logging for SDL_MOUSEWHEEL preciseX/Y fields 3 years ago
file abcfb22b7d Add support for Vita file API in SDL_rwops 4 years ago
filesystem 8d14e6ea44 replaced use of _MAX_PATH with CCHMAXPATH in os/2 code, 3 years ago
haptic f903a39e13 haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android 3 years ago
hidapi 67c4b99639 Fixed enabling udev hotplug detection on Linux 3 years ago
joystick 82fc67ae4d SDL_joystick.c: cast the arguments to nibble() to unsigned char. 3 years ago
libm a79b642638 Make SDL2 able to build or PSP with cmake 3 years ago
loadso 9130f7c377 Updated copyright for 2021 4 years ago
locale d31251b014 use SDL's functions version inplace of libc version 3 years ago
main 8cee50eea5 removed stdlib.h from SDL_psp_main.c now that exit() is gone. 3 years ago
misc fae7034901 Fix warnings: static, include, un-initialized vairables 3 years ago
power d31251b014 use SDL's functions version inplace of libc version 3 years ago
render 724468ae2c GL renderer uses glDrawArrays instead of glBegin/glEnd. 3 years ago
sensor 3ba9276aff Don't fail the sensor init if we couldn't create a sensor manager (i.e. we're running on Wine) 3 years ago
stdlib 840339c49d SDL_utf8strlcpy: store trailing_bytes explicity as unsigned type. 3 years ago
test ced442cd38 SDL_test_common.c: (unsigned char) cast to SDL_isdigit() parameter. 3 years ago
thread 8ed0cc4300 Fix wrong value for thread priorities following official PSP Docs 3 years ago
timer 21fd0047e3 Initial for building PSP version with CMake 3 years ago
video 1c41b53551 macOS: Calculate correct DPI by not using backingScaleFactor 3 years ago
SDL.c c31a40246d Fix audio memory leaks due to invalid init (thanks Janiszewski!) 3 years ago
SDL_assert.c 9130f7c377 Updated copyright for 2021 4 years ago
SDL_assert_c.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_dataqueue.c 8e851a277d Remove malloc from comment 3 years ago
SDL_dataqueue.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_error.c 9130f7c377 Updated copyright for 2021 4 years ago
SDL_error_c.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_hints.c 9130f7c377 Updated copyright for 2021 4 years ago
SDL_hints_c.h 9130f7c377 Updated copyright for 2021 4 years ago
SDL_internal.h c326ff7c6f Re-enabled the O_CLOEXEC definition so config headers can be fixed 3 years ago
SDL_log.c ed6ce5ccb0 log: Fixed compiler warnings on 64-bit Visual Studio. 3 years ago