aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc
AgeCommit message (Expand)Author
2020-05-03Merge pull request #3822 from ogniK5377/GetAccountIdbunnei
2020-05-01Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fixbunnei
2020-04-29acc: Return a unique value per account for GetAccountIdDavid Marcec
2020-04-29acc: Fix InitializeApplicationInfoDavid Marcec
2020-04-29Updated comment to reflect ListQualifiedUsers betterDavid Marcec
2020-04-29account: ListQualifiedUsersDavid Marcec
2020-04-20service: Update function tablesLioncash
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi
2019-09-14Merge pull request #2667 from DarkLordZach/profile-editorbunnei
2019-07-03acc_su: Implement GetProfileEditor (205)Zach Hilman
2019-07-03acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Zach Hilman
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman
2019-07-03acc: Add IProfileCommon for IProfile and IProfileEditorZach Hilman
2019-06-28Addressed issuesDavid Marcec
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec
2019-06-21service/acc: Silence truncation warningsLioncash
2019-06-17Addressed issuesDavid Marcec
2019-06-16CleanupDavid Marcec
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...David Marcec
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman
2019-04-25mii_manager: Cleanup and optimizationZach Hilman
2019-04-25common: Extract UUID to its own classZach Hilman
2019-04-11service: Update service function tablesLioncash
2018-11-29Merge pull request #1801 from ogniK5377/log-before-executebunnei
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-14Merge pull request #1697 from lioncash/accbunnei
2018-11-14service/acc: Correct error case within TrySelectUserWithoutInteraction()Lioncash
2018-11-14profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSa...Lioncash
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash
2018-11-07fixed spelling errorDavid Marcec
2018-11-07Added missing logDavid Marcec
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec
2018-11-01Merge pull request #1615 from lioncash/inputbunnei
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-25Merge pull request #1576 from lioncash/acc-warnbunnei
2018-10-24service/acc: Move fallback image to file scopeLioncash
2018-10-24service/acc: Silence compiler warningsLioncash
2018-10-24service/acc: Early return in failure case in LoadImage()Lioncash
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash
2018-10-23profile_manager: Create save data if it doesn't exist on useZach Hilman
2018-10-23acc: Fix account UUID duplication errorZach Hilman
2018-10-23configure_system: Clear selection after user deleteZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23acc: Load user images from config dirZach Hilman