summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement acc:TrySelectUserWithoutInteractionDavid Marcec2018-11-071-0/+1
* acc: Replace profile_manager include with a forward declarationLioncash2018-08-211-1/+3
* Second round of account changesDavid Marcec2018-08-111-1/+1
* Refactored profile manager sharingDavid Marcec2018-08-111-4/+3
* Added IsUserRegistrationRequestPermittedDavid Marcec2018-08-111-0/+1
* began initial implementation of "ProfileManager"David Marcec2018-08-081-37/+4
* Switched uuids from u128 to new UUID structDavid Marcec2018-08-081-0/+37
* acc: Stub GetUserCount. (#973)bunnei2018-08-081-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-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-0/+19
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei2018-01-171-0/+16