summaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc
AgeCommit message (Expand)Author
2025-02-17feat: Add Home Menu launch support and system improvementsZephyron
2025-02-16build: upgrade fmt and SDL2Zephyron
2025-02-09service/acc: Clean up account service implementationZephyron
2025-02-08service/acc: implement Nintendo Account integration and cleanupZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-24acc: add account manager for acc:u1Liam
2024-02-16service: am: Fix GetMainAppletAvailableUsers for user creationNarr the Reg
2024-01-17Update based on feedbackAndrew Pilley
2024-01-17Allow -u to accept a username string in addition to index, and suppress the U...Andrew Pilley
2024-01-13service: acc: Only save profiles when profiles have changedgerman77
2023-11-05service: acc: Ensure proper profile sizegerman77
2023-10-18Merge pull request #11791 from german77/bufferxliamwhite
2023-10-16service: hle: Allow to access read buffer A and X directlygerman77
2023-10-17service: acc: Implement functions needed for profile select (#11653)Narr the Reg
2023-08-08core: remove ResultVal typeLiam
2023-07-22core: implement GetGaiStringErrorRequest, IContextRegistrarLiam
2023-06-03service: account: Save user profile folder on first user creationgerman77
2023-03-12general: fix spelling mistakesLiam
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-11-02core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei
2022-10-12kernel: remove KWritableEventLiam
2022-08-27core/acc: Make CheckAvailability use LOG_DEBUGFearlessTobi
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19common: Reduce unused includesameerj
2022-03-19core: Reduce unused includesameerj
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05profile: Migrate to the new UUID implementationMorph
2022-01-21service/acc: Update unknown function namesLioncash
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-04Merge pull request #7282 from ameerj/core-includesbunnei
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german77
2021-11-04service: acc: Stub acc:u0 '160'Morph
2021-11-03core: Remove unused includesameerj
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash
2021-09-09Mark is_complete as atomicChloe Marcec
2021-09-09Addressed issuesChloe Marcec
2021-09-06address name shadowing with systemChloe Marcec
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec
2021-07-26common: uuid: Return a lower-case hex string in FormatMorph