scummvm/backends/fs
Vladimir Serbinenko 654778d62d KOLIBRI: Use _ksys_getcwd instead of getcwd
getcwd is apprently missing from SDK I tried. Whatever, just use _ksys_getcwd
2024-12-06 16:58:52 +02:00
..
amigaos JANITORIAL: Add missing closing bracket in amigaos-fs.cpp 2024-11-10 14:49:50 +02:00
android BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
chroot BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
devoptab ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
kolibrios KOLIBRI: Use _ksys_getcwd instead of getcwd 2024-12-06 16:58:52 +02:00
morphos BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +02:00
n64 BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
posix BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +02:00
posix-drives BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +02:00
ps3 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
psp BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
riscos BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +02:00
wii BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +02:00
windows BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +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 BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +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 RISCOS: Don't encode path when it's not needed 2024-12-04 22:45:08 +00:00
stdiostream.h BACKENDS: FS: Fix Atari 2024-10-27 11:46:16 +01:00