aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u0.cpp
AgeCommit message (Expand)Author
2022-11-02core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german77
2021-11-04service: acc: Stub acc:u0 '160'Morph
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec
2020-09-21acc: Stub LoadOpenContextMorph
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec
2020-06-22account: Update function tables and add missing classes (#4145)VolcaEM
2020-04-29account: ListQualifiedUsersDavid Marcec
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec
2019-06-16CleanupDavid Marcec
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...David Marcec
2019-04-11service: Update service function tablesLioncash
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-11Refactored profile manager sharingDavid Marcec
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec
2018-08-07acc: Stub GetUserCount. (#973)bunnei
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei
2018-02-13service: Remove remaining uses of BufferDescriptor*.bunnei
2018-02-08acc_u0: Implement ListAllUsers.bunnei
2018-02-04logger: Add "account" service logging category.bunnei
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei
2018-02-04acc:u0 : stub GetAccountIdmailwl
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats
2018-01-16acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei