summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-29Remove duplicate functionsVolcaEM1-2/+0
2020-06-29Use decimal instead of hexadecimalVolcaEM1-3/+5
2020-06-29service: Update function tablesVolcaEM1-9/+10
2020-03-23sm/controller: Increase PointerBufferSizeFearlessTobi1-1/+1
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei1-4/+1
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-03-06kernel/server_session: Make data members privateLioncash1-1/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-5/+6
2018-09-25service: Add missing headers inclusions where applicableLioncash1-0/+3
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash1-0/+2
2018-08-15kernel/server_session: Add IsSession() member functionLioncash1-1/+1
2018-08-15sm/controller: Correct return value of QueryPointerBufferSizeLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-04-24sm: Move logging macros over to new fmt-compatible onesLioncash1-4/+4
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-03controller: DuplicateSession should return a ClientSession.bunnei1-4/+9
2018-01-25ResponseBuilder: Use a bit field for customizing instead of always_move_handles.bunnei1-1/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-3/+3
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-2/+1
2018-01-25hle: Integrate Domain handling into ServerSession.bunnei1-7/+5
2018-01-25hle: Remove Domain and SyncObject kernel objects.bunnei1-1/+0
2018-01-18controller: Use DuplicateSession for DuplicateSessionEx.bunnei1-1/+7
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
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