summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei2022-11-031-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: Resolve cases of member field shadowingLioncash2021-05-041-3/+3
* acc: Stub StoreSaveDataThumbnailChloe Marcec2021-01-191-1/+1
* acc: Stub LoadOpenContextMorph2020-09-211-1/+1
* acc: ListOpenContextStoredUsers partial stubDavid Marcec2020-06-281-2/+2
* account: Update function tables and add missing classes (#4145)VolcaEM2020-06-221-9/+9
* account: ListQualifiedUsersDavid Marcec2020-04-281-1/+1
* Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec2019-06-271-2/+2
* CleanupDavid Marcec2019-06-161-2/+3
* Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec2019-06-161-2/+2
* service: Update service function tablesLioncash2019-04-111-0/+8
* Implement acc:TrySelectUserWithoutInteractionDavid Marcec2018-11-071-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Refactored profile manager sharingDavid Marcec2018-08-111-1/+2
* Added IsUserRegistrationRequestPermittedDavid Marcec2018-08-111-1/+1
* acc: Stub GetUserCount. (#973)bunnei2018-08-081-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-101/+12
* acc_u0: Stub ListOpenUsers service function.bunnei2018-02-191-1/+10
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-2/+1
* acc_u0: Implement ListAllUsers.bunnei2018-02-091-2/+14
* logger: Add "account" service logging category.bunnei2018-02-041-8/+8
* acc_u0: Stub out GetLastOpenedUser.bunnei2018-02-041-0/+9
* acc:u0 : stub GetAccountIdmailwl2018-02-041-1/+9
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-6/+6
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-2/+2
* acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-191-0/+61
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei2018-01-171-0/+26