summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* acc_u0: Stub out GetLastOpenedUser.bunnei2018-02-041-0/+1
|
* acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-191-0/+15
| | | | | | | | | | | | | | * 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-171-0/+22