summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-04service: Resolve cases of member field shadowingLioncash1-2/+2
2019-06-16CleanupDavid Marcec1-2/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-08-11Refactored profile manager sharingDavid Marcec1-1/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl1-25/+3
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei1-0/+1
2018-02-09acc_u0: Implement ListAllUsers.bunnei1-0/+1
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei1-0/+1
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-0/+15
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei1-6/+6
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-5/+8
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+2
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-8/+5
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+22