summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement acc:TrySelectUserWithoutInteractionDavid Marcec2018-11-071-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Refactored profile manager sharingDavid Marcec2018-08-111-1/+2
* Added IsUserRegistrationRequestPermittedDavid Marcec2018-08-111-1/+1
* acc: Stub GetUserCount. (#973)bunnei2018-08-081-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl2018-04-101-101/+12
* acc_u0: Stub ListOpenUsers service function.bunnei2018-02-191-1/+10
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-2/+1
* acc_u0: Implement ListAllUsers.bunnei2018-02-091-2/+14
* logger: Add "account" service logging category.bunnei2018-02-041-8/+8
* acc_u0: Stub out GetLastOpenedUser.bunnei2018-02-041-0/+9
* acc:u0 : stub GetAccountIdmailwl2018-02-041-1/+9
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-6/+6
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-2/+2
* acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-191-0/+61
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei2018-01-171-0/+26