mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-22 01:50:06 +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)