scummvm/backends/fs
Thierry Crozat ab13d18e58 BACKENDS: Add function in FS Factory to map scummvm path to system path
In most cases they are the same, but in the case of a sandboxed filesystem,
they may be different. Mapping to the full system path allows using the
path with system functions, such as fopen() or third party libraries (for
example to pass a soundfont path to the fluidsynth library).
2023-12-03 16:17:32 +00:00
..
amigaos
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: Add kolibrios backend 2023-02-05 22:55:40 +01:00
morphos JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
n64
posix COMMON: Add createReadStreamForAltStream to open Mac resource fork and metadata streams 2023-08-30 00:31:00 +02:00
posix-drives
ps3
psp
riscos
wii
windows
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
stdiostream.h