summaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc (follow)
Commit message (Expand)AuthorAgeFilesLines
* acc: add account manager for acc:u1Gravatar Liam2024-02-242-9/+16
* service: am: Fix GetMainAppletAvailableUsers for user creationGravatar Narr the Reg2024-02-161-3/+2
* Update based on feedbackGravatar Andrew Pilley2024-01-171-2/+2
* Allow -u to accept a username string in addition to index, and suppress the U...Gravatar Andrew Pilley2024-01-172-0/+18
* service: acc: Only save profiles when profiles have changedGravatar german772024-01-132-3/+17
* service: acc: Ensure proper profile sizeGravatar german772023-11-051-9/+47
* Merge pull request #11791 from german77/bufferxGravatar liamwhite2023-10-181-6/+6
|\
| * service: hle: Allow to access read buffer A and X directlyGravatar german772023-10-161-6/+6
* | service: acc: Implement functions needed for profile select (#11653)Gravatar Narr the Reg2023-10-174-5/+50
|/
* core: remove ResultVal typeGravatar Liam2023-08-081-5/+6
* core: implement GetGaiStringErrorRequest, IContextRegistrarGravatar Liam2023-07-221-1/+2
* service: account: Save user profile folder on first user creationGravatar german772023-06-031-0/+1
* general: fix spelling mistakesGravatar Liam2023-03-122-4/+4
* hle: rename legacy errors to ResultsGravatar Liam2023-03-062-18/+18
* service: move hle_ipc from kernelGravatar Liam2023-03-014-62/+62
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-012-12/+14
|\
| * service: refactor server architectureGravatar Liam2023-02-212-12/+14
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-242-0/+12
|/
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-2/+2
* general: fix compile for Apple ClangGravatar Liam2022-11-222-0/+2
* core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.Gravatar bunnei2022-11-025-23/+42
* kernel: remove KWritableEventGravatar Liam2022-10-121-1/+1
* core/acc: Make CheckAvailability use LOG_DEBUGGravatar FearlessTobi2022-08-271-1/+1
* 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