scummvm/backends/fs/chroot
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
..
chroot-fs-factory.cpp BACKENDS: Add function in FS Factory to map scummvm path to system path 2023-12-03 16:17:32 +00:00
chroot-fs-factory.h BACKENDS: Add function in FS Factory to map scummvm path to system path 2023-12-03 16:17:32 +00:00
chroot-fs.cpp BACKENDS: Add possibility to specify virtual drive in ChRootFilesystemFactory 2023-03-24 21:11:50 +01:00
chroot-fs.h BACKENDS: Add possibility to specify virtual drive in ChRootFilesystemFactory 2023-03-24 21:11:50 +01:00