scummvm/backends/fs/n64
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
..
n64-fs-factory.cpp
n64-fs-factory.h
n64-fs.cpp BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
n64-fs.h BACKENDS: Allow write streams to be created atomically 2024-10-15 22:45:50 +02:00
romfsstream.cpp
romfsstream.h