summaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: ac: Replace intances of ProfileData with UserDataGravatar german772022-07-143-24/+22
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-266-20/+20
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2315-45/+30
* common: Reduce unused includesGravatar ameerj2022-03-191-0/+1
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-054-69/+68
* profile: Migrate to the new UUID implementationGravatar Morph2022-02-054-92/+94
* service/acc: Update unknown function namesGravatar Lioncash2022-01-212-4/+4
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-4/+2
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-2/+2
* Merge pull request #7282 from ameerj/core-includesGravatar bunnei2021-11-041-2/+0
|\
| * core: Remove unused includesGravatar ameerj2021-11-031-2/+0
* | service/acc: Rename Unknown160 to InitializeApplicationInfoV2Gravatar german772021-11-043-3/+3
* | service: acc: Stub acc:u0 '160'Gravatar Morph2021-11-043-0/+9
|/
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-012-9/+15
* common/uuid: Add validity checking functions to interfaceGravatar Lioncash2021-09-222-6/+6
* Mark is_complete as atomicGravatar Chloe Marcec2021-09-092-4/+5
* Addressed issuesGravatar Chloe Marcec2021-09-093-15/+14
* address name shadowing with systemGravatar Chloe Marcec2021-09-061-2/+2
* account: EnsureTokenIdCacheAsyncGravatar Chloe Marcec2021-09-063-19/+152
* common: uuid: Return a lower-case hex string in FormatGravatar Morph2021-07-261-11/+11
* service: Append service name prefix to common filenamesGravatar Morph2021-07-142-2/+2
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-1/+2
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-021-3/+3
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-022-28/+28
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-252-28/+33
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-048-20/+22
* acc/lbl: Remove unused variablesGravatar Lioncash2021-04-231-4/+0
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* dauth_o: Update to 11.xGravatar Morph2021-04-071-6/+11
* acc_u1: Update to 12.xGravatar Morph2021-04-071-13/+15
* acc_su: Update to 12.xGravatar Morph2021-04-071-17/+19
* acc: Stub GetNintendoAccountUserResourceCacheForApplicationGravatar Morph2021-02-211-1/+17
* Fix user changing to 0 if validGravatar german2021-01-281-2/+8
* acc: Stub StoreSaveDataThumbnailGravatar Chloe Marcec2021-01-195-6/+66
* core: Silence Wclass-memaccess warningsGravatar ReinUsesLisp2021-01-153-15/+15
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-43/+50
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-181-2/+4
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-8/+5
* Merge pull request #4796 from lioncash/clangGravatar LC2020-10-201-5/+8
|\
| * core: Fix clang buildGravatar Lioncash2020-10-171-5/+8
* | service: acc: Stub IManagerForApplication::StoreOpenContext.Gravatar bunnei2020-10-141-1/+7
|/
* acc: Stub LoadOpenContextGravatar Morph2020-09-213-1/+13
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-162-15/+15
* Merge pull request #4474 from lioncash/hle-profileGravatar David2020-08-041-17/+26
|\
| * profile_manager: Make use of std::nulloptGravatar Lioncash2020-08-031-4/+4
| * profile_manager: Make use of designated initializersGravatar Lioncash2020-08-031-13/+22
* | ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...Gravatar David2020-08-031-4/+2
|/