summaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3822 from ogniK5377/GetAccountIdGravatar bunnei2020-05-031-5/+8
|\
| * acc: Return a unique value per account for GetAccountIdGravatar David Marcec2020-04-291-5/+8
* | Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fixGravatar bunnei2020-05-012-22/+15
|\ \
| * | acc: Fix InitializeApplicationInfoGravatar David Marcec2020-04-292-22/+15
| |/
* | Updated comment to reflect ListQualifiedUsers betterGravatar David Marcec2020-04-291-1/+3
* | account: ListQualifiedUsersGravatar David Marcec2020-04-295-3/+13
|/
* service: Update function tablesGravatar Lioncash2020-04-202-0/+3
* core: Initialize several structs that make use of Common::UUID.Gravatar bunnei2020-01-043-21/+22
* Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-242-0/+4
|\
| * service: Update function tablesGravatar Lioncash2019-11-122-0/+4
* | service: Resolve sign conversion errorsGravatar Lioncash2019-11-122-5/+5
|/
* service/acc: Lower log severity from INFO to DEBUGGravatar FearlessTobi2019-09-221-7/+7
* Merge pull request #2667 from DarkLordZach/profile-editorGravatar bunnei2019-09-145-10/+130
|\
| * acc_su: Implement GetProfileEditor (205)Gravatar Zach Hilman2019-07-033-1/+13
| * acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Gravatar Zach Hilman2019-07-031-1/+73
| * profile_manager: Add setter for ProfileBase and ProfileDataGravatar Zach Hilman2019-07-032-0/+13
| * acc: Add IProfileCommon for IProfile and IProfileEditorGravatar Zach Hilman2019-07-031-8/+31
* | Addressed issuesGravatar David Marcec2019-06-282-17/+12
* | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedGravatar David Marcec2019-06-274-6/+114
|/
* service/acc: Silence truncation warningsGravatar Lioncash2019-06-211-3/+3
* Addressed issuesGravatar David Marcec2019-06-172-7/+12
* CleanupGravatar David Marcec2019-06-1610-27/+36
* Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...Gravatar David Marcec2019-06-163-4/+32
* constants: Extract backup JPEG used by account servicesGravatar Zach Hilman2019-06-071-16/+4
* mii_manager: Cleanup and optimizationGravatar Zach Hilman2019-04-251-4/+4
* common: Extract UUID to its own classGravatar Zach Hilman2019-04-253-78/+28
* service: Update service function tablesGravatar Lioncash2019-04-114-0/+24
* Merge pull request #1801 from ogniK5377/log-before-executeGravatar bunnei2018-11-291-2/+3
|\
| * Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-2/+3
* | profile_manager: Save and load ProfileData from diskGravatar Zach Hilman2018-11-263-17/+19
|/
* Merge pull request #1697 from lioncash/accGravatar bunnei2018-11-142-15/+23
|\
| * profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSa...Gravatar Lioncash2018-11-141-4/+5
| * profile_manager: Move UUID Format function definitions into the cpp fileGravatar Lioncash2018-11-142-11/+18
* | service/acc: Correct error case within TrySelectUserWithoutInteraction()Gravatar Lioncash2018-11-141-2/+4
|/
* fixed spelling errorGravatar David Marcec2018-11-071-1/+1
* Added missing logGravatar David Marcec2018-11-071-0/+1
* Implement acc:TrySelectUserWithoutInteractionGravatar David Marcec2018-11-075-3/+25
* Merge pull request #1615 from lioncash/inputGravatar bunnei2018-11-011-1/+2
|\
| * configure_system: Contrain profile usernames to 32 charactersGravatar Lioncash2018-10-311-1/+2
* | global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-1/+1
|/
* Merge pull request #1576 from lioncash/acc-warnGravatar bunnei2018-10-251-25/+27
|\
| * service/acc: Move fallback image to file scopeGravatar Lioncash2018-10-241-14/+13
| * service/acc: Silence compiler warningsGravatar Lioncash2018-10-241-5/+8
| * service/acc: Early return in failure case in LoadImage()Gravatar Lioncash2018-10-241-8/+8
* | profile_manager: Use std::optional instead of boost::optionalGravatar Lioncash2018-10-242-42/+47
|/
* profile_manager: Create save data if it doesn't exist on useGravatar Zach Hilman2018-10-232-13/+37
* acc: Fix account UUID duplication errorGravatar Zach Hilman2018-10-233-7/+28
* configure_system: Clear selection after user deleteGravatar Zach Hilman2018-10-231-1/+1
* profile_manager: Load user icons, names, and UUIDs from system saveGravatar Zach Hilman2018-10-233-24/+123
* acc: Load user images from config dirGravatar Zach Hilman2018-10-231-9/+45