mirror of
https://github.com/citra-emu/citra.git
synced 2025-05-12 15:40:17 +00:00

FS subfiles are created with File::OpenSubFile, they have a start offset that must be added to all read/write operations. The implementation in this commit is done using a new FileBackend that wraps the FS::File along with the start offset.