aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc
AgeCommit message (Expand)Author
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
2018-10-23profile_manager: Load users from emulator settingsZach Hilman
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...David Marcec
2018-09-18Merge pull request #1348 from ogniK5377/GetImageSizebunnei
2018-09-18Invalid default value of username in yuzu_cmd (#1334)Philippe Babin
2018-09-19Implemented GetImageSizeDavid Marcec
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13service: Use nested namespace specifiers where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-20acc: Replace profile_manager include with a forward declarationLioncash
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Lioncash
2018-08-20acc: Correct IProfile's constructor initializer list orderLioncash
2018-08-20acc: Remove unused DEFAULT_USER_IDLioncash
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash
2018-08-20profile_manager: Use type aliases for username data, profile data, and user a...Lioncash
2018-08-20profile_manager: Take ProfileInfo by const reference where applicableLioncash
2018-08-20profile_manager: Make array parameter to CreateNewUser a const referenceLioncash
2018-08-20profile_manager: Remove unnecessary staticLioncash
2018-08-20profile_manager: Simplify UUID's two param constructor, operator==, and opera...Lioncash
2018-08-20profile_manager: Move UUID generation function to the cpp fileLioncash
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Lioncash
2018-08-12Better UUID randomnessDavid Marcec
2018-08-12Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec
2018-08-12Added better explanations in the profile managerDavid Marcec
2018-08-12Code cleanup for profile managerDavid Marcec
2018-08-12Removed const from ProfileBase InvalidateDavid Marcec
2018-08-11fixed invalid uuid bool operatorDavid Marcec
2018-08-11Added GetOpenUserCountDavid Marcec
2018-08-11Removed all for loops from the profile managerDavid Marcec
2018-08-11Added missing ListAllUsers countDavid Marcec