summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-24core: Make converting constructors explicit where applicableLioncash1-1/+1
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv1-6/+8
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv1-5/+15
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games on startup.Subv1-2/+1
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv1-4/+6
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash1-10/+10
2018-04-20service: Use nested namespace specifiers where applicableLioncash9-36/+18
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+8
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl10-127/+336
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei2-1/+11
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-2/+1
2018-02-09acc_u0: Implement ListAllUsers.bunnei2-2/+15
2018-02-04logger: Add "account" service logging category.bunnei1-8/+8
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei2-0/+10
2018-02-04acc:u0 : stub GetAccountIdmailwl1-1/+9
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-6/+6
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-2/+2
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats2-0/+76
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei4-0/+80