summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: acc: Implement functions needed for profile select (#11653)Narr the Reg2023-10-171-0/+3
* service: move hle_ipc from kernelLiam2023-03-011-19/+19
* service: refactor server architectureLiam2023-02-211-2/+1
* core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei2022-11-031-1/+0
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service/acc: Rename Unknown160 to InitializeApplicationInfoV2german772021-11-041-1/+1
* service: acc: Stub acc:u0 '160'Morph2021-11-041-0/+1
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
* acc: Stub StoreSaveDataThumbnailChloe Marcec2021-01-191-0/+5
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+2
* acc: Stub LoadOpenContextMorph2020-09-211-0/+1
* acc: ListOpenContextStoredUsers partial stubDavid Marcec2020-06-281-0/+1
* Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fixbunnei2020-05-021-1/+1
|\
| * acc: Fix InitializeApplicationInfoDavid Marcec2020-04-291-1/+1
* | account: ListQualifiedUsersDavid Marcec2020-04-281-0/+1
|/
* Merge pull request #2667 from DarkLordZach/profile-editorbunnei2019-09-141-0/+1
|\
| * acc_su: Implement GetProfileEditor (205)Zach Hilman2019-07-031-0/+1
* | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec2019-06-271-1/+23
|/
* Addressed issuesDavid Marcec2019-06-171-1/+1
* CleanupDavid Marcec2019-06-161-1/+3
* Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec2019-06-161-1/+2
* 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