scummvm/backends/fs
Vladimir Serbinenko 3bc7902b6a
KOLIBRI: Update for new ksys.h
New ksys has renamed few structs and function. Propagate rename and
use _ksys_file_read_dir function instead of manual filling
2024-01-20 23:52:46 +01:00
..
amigaos AMIGAOS: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
android ANDROID: Fix assertion fault and missing initializer 2023-04-22 12:28:22 +02:00
chroot BACKENDS: Add function in FS Factory to map scummvm path to system path 2023-12-03 16:17:32 +00:00
devoptab
kolibrios KOLIBRI: Update for new ksys.h 2024-01-20 23:52:46 +01:00
morphos JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
n64
posix CONFIGURE: Check if fopen64 is available before using it 2024-01-08 16:23:00 +02:00
posix-drives POSIX: Refactor DrivePOSIXFilesystemNode to allow for dynamic drives 2023-01-20 14:14:03 +01:00
ps3
psp
riscos
wii
windows WIN32: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
abstract-fs.cpp COMMON: Add createReadStreamForAltStream to open Mac resource fork and metadata streams 2023-08-30 00:31:00 +02:00
abstract-fs.h COMMON: Add createReadStreamForAltStream to open Mac resource fork and metadata streams 2023-08-30 00:31:00 +02:00
fs-factory.h BACKENDS: Add function in FS Factory to map scummvm path to system path 2023-12-03 16:17:32 +00:00
stdiostream.cpp CONFIGURE: Check if fopen64 is available before using it 2024-01-08 16:23:00 +02:00
stdiostream.h