summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | * Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei2018-01-174-0/+80