summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controller: DuplicateSession should return a ClientSession.bunnei2018-02-031-4/+9
|
* ResponseBuilder: Use a bit field for customizing instead of always_move_handles.bunnei2018-01-251-1/+1
|
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-3/+3
|
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-2/+1
|
* hle: Integrate Domain handling into ServerSession.bunnei2018-01-251-7/+5
|
* hle: Remove Domain and SyncObject kernel objects.bunnei2018-01-251-1/+0
|
* controller: Use DuplicateSession for DuplicateSessionEx.bunnei2018-01-181-1/+7
|
* 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
| | | | Popping objects from the buffer is still not implemented.
* 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