summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv2018-07-201-6/+8
* Merge pull request #728 from Subv/acc_profilebunnei2018-07-201-7/+16
|\
| * HLE/ACC: Return an IProfile that is consistent with what was requested.Subv2018-07-191-5/+15
| * HLE/ACC: Change the default user id to be consistent with what we tell games on startup.Subv2018-07-191-2/+1
* | Merge pull request #727 from Subv/acc_usersbunnei2018-07-201-4/+6
|\ \
| * | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv2018-07-191-4/+6
| |/
* / hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
|/
* Rename logging macro back to LOG_*James Rowe2018-07-031-10/+10
* acc: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-10/+10
* service: Use nested namespace specifiers where applicableLioncash2018-04-209-36/+18
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+8
* Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl2018-04-1010-127/+336
* acc_u0: Stub ListOpenUsers service function.bunnei2018-02-192-1/+11
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-2/+1
* acc_u0: Implement ListAllUsers.bunnei2018-02-092-2/+15
* logger: Add "account" service logging category.bunnei2018-02-041-8/+8
* acc_u0: Stub out GetLastOpenedUser.bunnei2018-02-042-0/+10
* 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-192-0/+76
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei2018-01-174-0/+80