mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-29 14:44:00 +01:00
009b15b3aa
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.