summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec1-0/+1
2018-08-21acc: Replace profile_manager include with a forward declarationLioncash1-1/+3
2018-08-11Second round of account changesDavid Marcec1-1/+1
2018-08-11Refactored profile manager sharingDavid Marcec1-4/+3
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec1-0/+1
2018-08-08began initial implementation of "ProfileManager"David Marcec1-37/+4
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec1-0/+37
2018-08-08acc: Stub GetUserCount. (#973)bunnei1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl1-0/+19
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25