citra-canary/src/core/hle/service/fs
Subv c9ddd5b0ae HLE/FS: Implemented FSFile::OpenSubFile.
The File class now holds a list of connected sessions along with data unique to each session.

A subfile is a window into an existing file. They have a few limitations compared to normal files:

* They can't be written to.
* They can't be flushed.
* Their size can not be changed.
* New subfiles can't be created from another subfile.
2017-12-12 13:34:02 -05:00
..
archive.cpp HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
archive.h HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
fs_user.cpp HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
fs_user.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00