mirror of
https://github.com/citra-emu/citra.git
synced 2025-05-12 15:10:16 +00:00

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)