aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/acc/acc.cpp
AgeCommit message (Expand)Author
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-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-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-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
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-09-22common/uuid: Add validity checking functions to interfaceLioncash
2021-09-09Addressed issuesChloe Marcec
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec
2021-07-26common: uuid: Return a lower-case hex string in FormatMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-23acc/lbl: Remove unused variablesLioncash
2021-04-07dauth_o: Update to 11.xMorph
2021-02-21acc: Stub GetNintendoAccountUserResourceCacheForApplicationMorph
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-10-14service: acc: Stub IManagerForApplication::StoreOpenContext.bunnei
2020-09-21acc: Stub LoadOpenContextMorph
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec