aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sm
AgeCommit message (Expand)Author
2018-01-19Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)David
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: Take the number of domain objects as a parameter in MakeBuilder.Subv
2018-01-07SM: Fixed connecting to services with an 8-byte name, like appletOE.Subv
2018-01-07IPC: Fixed pushing ResultCodes into the command buffer.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.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-31hle: Use Switch formatted result codes.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-24HLE/SRV: Implemented RegisterService.Subv
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-11Service/sm: Convert srv: to use IPC helpersYuri Kunde Schlesner
2017-06-08Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner
2017-06-06Service/sm: Use an actual semaphore for the notification semaphoreYuri Kunde Schlesner
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner