summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-11-03core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei1-21/+13
2022-08-27core/acc: Make CheckAvailability use LOG_DEBUGFearlessTobi1-1/+1
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman771-10/+10
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-7/+7
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-29/+28
2022-02-05profile: Migrate to the new UUID implementationMorph1-46/+47
2021-11-04general: Get the current process program id directly from the systemMorph1-4/+2
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-2/+2
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german771-1/+1
2021-11-04service: acc: Stub acc:u0 '160'Morph1-0/+7
2021-11-04core: Remove unused includesameerj1-2/+0
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash1-2/+1
2021-09-08Addressed issuesChloe Marcec1-7/+6
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec1-19/+48
2021-07-27common: uuid: Return a lower-case hex string in FormatMorph1-11/+11
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-3/+3
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-27/+27
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-11/+17
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-23acc/lbl: Remove unused variablesLioncash1-4/+0
2021-04-07dauth_o: Update to 11.xMorph1-6/+11
2021-02-21acc: Stub GetNintendoAccountUserResourceCacheForApplicationMorph1-1/+17
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec1-3/+58
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-40/+48
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-2/+4
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-10-15service: acc: Stub IManagerForApplication::StoreOpenContext.bunnei1-1/+7
2020-09-21acc: Stub LoadOpenContextMorph1-0/+11
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-4/+4
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-4/+2
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec1-0/+9
2020-06-22account: Update function tables and add missing classes (#4145)VolcaEM1-0/+341
2020-04-29acc: Return a unique value per account for GetAccountIdDavid Marcec1-5/+8
2020-04-29acc: Fix InitializeApplicationInfoDavid Marcec1-21/+14
2020-04-28Updated comment to reflect ListQualifiedUsers betterDavid Marcec1-1/+3
2020-04-28account: ListQualifiedUsersDavid Marcec1-0/+9
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei1-1/+1
2019-11-12service: Resolve sign conversion errorsLioncash1-3/+3
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi1-7/+7
2019-07-03acc_su: Implement GetProfileEditor (205)Zach Hilman1-0/+11
2019-07-03acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Zach Hilman1-1/+73
2019-07-03acc: Add IProfileCommon for IProfile and IProfileEditorZach Hilman1-8/+31
2019-06-28Addressed issuesDavid Marcec1-17/+10
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec1-3/+77
2019-06-21service/acc: Silence truncation warningsLioncash1-3/+3
2019-06-17Addressed issuesDavid Marcec1-6/+11
2019-06-16CleanupDavid Marcec1-10/+13
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-1/+28
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman1-16/+4
2019-04-25common: Extract UUID to its own classZach Hilman1-9/+9
2019-04-11service: Update service function tablesLioncash1-0/+4
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman1-13/+4
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-2/+3
2018-11-14service/acc: Correct error case within TrySelectUserWithoutInteraction()Lioncash1-2/+4
2018-11-07fixed spelling errorDavid Marcec1-1/+1
2018-11-07Added missing logDavid Marcec1-0/+1
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec1-0/+21
2018-10-25service/acc: Move fallback image to file scopeLioncash1-14/+13
2018-10-25service/acc: Silence compiler warningsLioncash1-5/+8
2018-10-25service/acc: Early return in failure case in LoadImage()Lioncash1-8/+8
2018-10-24acc: Fix account UUID duplication errorZach Hilman1-2/+7
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman1-18/+13
2018-10-24acc: Load user images from config dirZach Hilman1-9/+45
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevisionDavid Marcec1-5/+4
2018-09-18Implemented GetImageSizeDavid Marcec1-1/+9
2018-08-21acc: Replace profile_manager include with a forward declarationLioncash1-1/+3
2018-08-21acc: Simplify WriteBuffer call within LoadImage()Lioncash1-3/+3
2018-08-21acc: Correct IProfile's constructor initializer list orderLioncash1-1/+1
2018-08-21acc: Remove unused DEFAULT_USER_IDLioncash1-3/+0
2018-08-11Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec1-4/+2
2018-08-11Code cleanup for profile managerDavid Marcec1-2/+5
2018-08-11Added GetOpenUserCountDavid Marcec1-1/+2
2018-08-11Added missing ListAllUsers countDavid Marcec1-1/+2
2018-08-11First round of account changesDavid Marcec1-1/+1
2018-08-11Refactored profile manager sharingDavid Marcec1-8/+9
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec1-0/+7
2018-08-08Inital pass of account backend implementationDavid Marcec1-8/+3
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec1-43/+34
2018-08-08began initial implementation of "ProfileManager"David Marcec1-7/+10
2018-08-08Service/Account: stub LoadImage functionmailwl1-1/+22
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec1-10/+12
2018-08-08acc: Stub GetUserCount. (#973)bunnei1-0/+7
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-3/+27
2018-07-24core: Make converting constructors explicit where applicableLioncash1-1/+1
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv1-6/+8
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv1-5/+15
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games on startup.Subv1-2/+1
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv1-4/+6
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash1-10/+10
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+8
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl1-1/+129
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei1-5/+5
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-7/+5
2017-12-28service: Add empty interface for aoc:u.bunnei1-0/+18