citra/src/core/hle/service/fs
Subv daecd812b0 HLE/Services: Allow specifying a SessionData template parameter to ServiceFramework.
Some services can have multiple clients at the same time, and they identify the different clients using the server session as a key.
This parameter (if present) should be a structure that contains the per-session data for each service.
The data can be retrieved using ServiceFramework::GetSessionData(session)
2017-12-14 18:24:02 -05:00
..
archive.cpp HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
archive.h HLE/Services: Allow specifying a SessionData template parameter to ServiceFramework. 2017-12-14 18:24: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