summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-03core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german771-1/+1
2021-11-04service: acc: Stub acc:u0 '160'Morph1-0/+1
2021-05-04service: Resolve cases of member field shadowingLioncash1-3/+3
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec1-1/+1
2020-09-21acc: Stub LoadOpenContextMorph1-1/+1
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec1-2/+2
2020-06-22account: Update function tables and add missing classes (#4145)VolcaEM1-9/+9
2020-04-28account: ListQualifiedUsersDavid Marcec1-1/+1
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec1-2/+2
2019-06-16CleanupDavid Marcec1-2/+3
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-2/+2
2019-04-11service: Update service function tablesLioncash1-0/+8
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-11Refactored profile manager sharingDavid Marcec1-1/+2
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec1-1/+1
2018-08-08acc: Stub GetUserCount. (#973)bunnei1-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-101/+12
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei1-1/+10
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-2/+1
2018-02-09acc_u0: Implement ListAllUsers.bunnei1-2/+14
2018-02-04logger: Add "account" service logging category.bunnei1-8/+8
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei1-0/+9
2018-02-04acc:u0 : stub GetAccountIdmailwl1-1/+9
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-6/+6
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-2/+2
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-0/+61
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei1-6/+6
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-7/+6
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv1-1/+2
2018-01-03pctl: Remove duplicate InstallInterfaces function.bunnei1-4/+0
2017-12-29service: Add empty interface for pctl:a.bunnei1-0/+30