SDL/src/filesystem
Ryan C. Gordon ff651a7941
filesystem: Turn off case-insensitivity if glob pattern is NULL.
Just a small optimization; it'll avoid some allocations and case-folding we
don't actually need the results of later.
2024-04-04 10:44:19 -04:00
..
android Updated copyright for 2024 2024-01-01 13:15:26 -08:00
cocoa Added VisionOS as a supported target to the Xcode project 2024-01-27 11:07:21 -08:00
dummy filesystem: Rename some internal symbols to remove "FSops" terminology. 2024-03-17 14:20:11 -04:00
emscripten Updated copyright for 2024 2024-01-01 13:15:26 -08:00
gdk Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00
haiku Updated copyright for 2024 2024-01-01 13:15:26 -08:00
n3ds Updated copyright for 2024 2024-01-01 13:15:26 -08:00
posix Simplified SDL_SYS_RemovePath() 2024-03-21 21:16:14 -07:00
ps2 Updated copyright for 2024 2024-01-01 13:15:26 -08:00
psp Updated copyright for 2024 2024-01-01 13:15:26 -08:00
riscos Updated copyright for 2024 2024-01-01 13:15:26 -08:00
unix src/filesystem/unix/SDL_sysfilesystem.c add <stdio.h> inclusion 2024-03-18 15:55:40 +03:00
vita Updated copyright for 2024 2024-01-01 13:15:26 -08:00
windows Add time and realtime clock functions 2024-03-19 10:57:36 -07:00
winrt Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_filesystem.c filesystem: Turn off case-insensitivity if glob pattern is NULL. 2024-04-04 10:44:19 -04:00
SDL_sysfilesystem.h filesystem: Added SDL_GlobDirectory() and SDL_GlobStorageDirectory(). 2024-04-04 09:40:13 -04:00