scummvm/backends/fs/psp
Le Philousophe e61dac6c68 BACKENDS: Allow write streams to be created atomically
When creating an atomic write stream, the file is only created once it
is closed.
This can be done using a temporary file.
This commit only adds the API but not the proper implementation.
2024-10-15 22:45:50 +02:00
..
psp-fs-factory.cpp
psp-fs-factory.h
psp-fs.cpp BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
psp-fs.h BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
psp-stream.cpp PSP: Fix build failures with latest PSP toolchain 2021-12-31 09:50:53 +01:00
psp-stream.h