summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv2018-01-071-1/+5
* IPC: Corrected some command headers in the IPC Controller interface.Subv2018-01-071-4/+2
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv2018-01-071-1/+1
* controller: Implement DuplicateSession.bunnei2017-12-291-9/+10
* kernel: Fix implementation of ConvertSessionToDomain.bunnei2017-12-291-12/+6
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-281-2/+0
* hle: Implement ConvertSessionToDomain, various cleanups.bunnei2017-10-151-6/+24
* hle: Initial implementation of NX service framework and IPC.bunnei2017-10-151-0/+42