citra/src
Subv daecd812b0 HLE/Services: Allow specifying a SessionData template parameter to ServiceFramework.
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)
2017-12-14 18:24:02 -05:00
..
audio_core CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
citra CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
citra_qt Merge pull request #3264 from lioncash/cmake-target 2017-12-12 14:34:51 -05:00
common Merge pull request #3264 from lioncash/cmake-target 2017-12-12 14:34:51 -05:00
core HLE/Services: Allow specifying a SessionData template parameter to ServiceFramework. 2017-12-14 18:24:02 -05:00
input_common Merge pull request #3264 from lioncash/cmake-target 2017-12-12 14:34:51 -05:00
network CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
tests CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
video_core Merge pull request #3261 from MerryMage/DPH 2017-12-13 09:09:42 -05:00
web_service CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt web_service: Add CMake flag to enable. 2017-07-11 18:33:41 -04:00