summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
2022-02-05profile: Migrate to the new UUID implementationMorph1-2/+2
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german771-1/+1
2021-11-04service: acc: Stub acc:u0 '160'Morph1-0/+1
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec1-0/+5
2020-11-27service: Eliminate usages of the global system instanceLioncash1-3/+2
2020-09-21acc: Stub LoadOpenContextMorph1-0/+1
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec1-0/+1
2020-04-29acc: Fix InitializeApplicationInfoDavid Marcec1-1/+1
2020-04-28account: ListQualifiedUsersDavid Marcec1-0/+1
2019-07-03acc_su: Implement GetProfileEditor (205)Zach Hilman1-0/+1
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec1-1/+23
2019-06-17Addressed issuesDavid Marcec1-1/+1
2019-06-16CleanupDavid Marcec1-1/+3
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-1/+2
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