summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv1-1/+5
2018-01-07IPC: Corrected some command headers in the IPC Controller interface.Subv1-4/+2
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-1/+1
2017-12-29controller: Implement DuplicateSession.bunnei1-9/+10
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei1-12/+6
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+0
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-6/+24
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+42