citra/src/core/hle/service/fs
Subv 009b15b3aa A bit of a redesign.
Sessions and Ports are now detached from each other.
HLE services are handled by means of a SessionRequestHandler class, Interface now inherits from this class.
The File and Directory classes are no longer kernel objects, but SessionRequestHandlers instead, bound to a ServerSession when requested.
File::OpenLinkFile now creates a new session pair and binds the File instance to it.
2016-11-30 23:12:35 -05:00
..
archive.cpp A bit of a redesign. 2016-11-30 23:12:35 -05:00
archive.h A bit of a redesign. 2016-11-30 23:12:35 -05:00
fs_user.cpp A bit of a redesign. 2016-11-30 23:12:35 -05:00
fs_user.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00