aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sm/controller.cpp
AgeCommit message (Expand)Author
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-08-15Merge pull request #1080 from lioncash/retbunnei
2018-08-15kernel/server_session: Add IsSession() member functionLioncash
2018-08-15sm/controller: Correct return value of QueryPointerBufferSizeLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24sm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-03controller: DuplicateSession should return a ClientSession.bunnei
2018-01-24ResponseBuilder: Use a bit field for customizing instead of always_move_handles.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-17controller: Use DuplicateSession for DuplicateSessionEx.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the re...Subv
2018-01-07IPC: Corrected some command headers in the IPC Controller interface.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2017-12-29controller: Implement DuplicateSession.bunnei
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei