citra-canary/src/core/hle/service/am
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
..
am.cpp HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
am.h Services/AM: Return InstallStatus for InstallCIA 2017-11-19 21:56:02 -07:00
am_app.cpp Services/AM: Rename and readjust GetNumContentInfos for accuracy 2017-11-06 21:36:49 -07:00
am_app.h Services: Continue separation of services into their own folders 2015-06-11 20:41:59 -07:00
am_net.cpp Services/AM: Add CIA title installation support. 2017-11-05 13:26:29 -07:00
am_net.h Services: Continue separation of services into their own folders 2015-06-11 20:41:59 -07:00
am_sys.cpp Services/AM: Rename and readjust GetNumContentInfos for accuracy 2017-11-06 21:36:49 -07:00
am_sys.h Services: Continue separation of services into their own folders 2015-06-11 20:41:59 -07:00
am_u.cpp Services/AM: Add CIA title installation support. 2017-11-05 13:26:29 -07:00
am_u.h Services: Continue separation of services into their own folders 2015-06-11 20:41:59 -07:00