mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-26 15:58:59 +02:00
All handles obtained via srv::GetServiceHandle or svcConnectToPort are references to ClientSessions. Service modules will wait on the counterpart of those ClientSessions (Called ServerSessions) using svcReplyAndReceive or svcWaitSynchronization[1|N], and will be awoken when a SyncRequest is performed. HLE Interfaces are now ClientPorts which override the HandleSyncRequest virtual member function to perform command handling immediately. |
||
|---|---|---|
| .. | ||
| archive.cpp | ||
| archive.h | ||
| fs_user.cpp | ||
| fs_user.h | ||