summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure_system: Contrain profile usernames to 32 charactersLioncash2018-10-311-1/+2
* profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-9/+9
* profile_manager: Create save data if it doesn't exist on useZach Hilman2018-10-241-1/+1
* acc: Fix account UUID duplication errorZach Hilman2018-10-241-0/+2
* profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-0/+15
* profile_manager: Load users from emulator settingsZach Hilman2018-10-241-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-11/+11
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash2018-08-211-1/+1
* profile_manager: Use type aliases for username data, profile data, and user arraysLioncash2018-08-211-10/+13
* profile_manager: Take ProfileInfo by const reference where applicableLioncash2018-08-211-4/+4
* profile_manager: Make array parameter to CreateNewUser a const referenceLioncash2018-08-211-1/+1
* profile_manager: Remove unnecessary staticLioncash2018-08-211-1/+1
* profile_manager: Simplify UUID's two param constructor, operator==, and operator boolLioncash2018-08-211-6/+4
* profile_manager: Move UUID generation function to the cpp fileLioncash2018-08-211-10/+2
* Better UUID randomnessDavid Marcec2018-08-111-2/+7
* Added better explanations in the profile managerDavid Marcec2018-08-111-0/+3
* Code cleanup for profile managerDavid Marcec2018-08-111-9/+11
* Removed const from ProfileBase InvalidateDavid Marcec2018-08-111-1/+1
* fixed invalid uuid bool operatorDavid Marcec2018-08-111-1/+1
* Added GetOpenUserCountDavid Marcec2018-08-111-0/+1
* Second round of account changesDavid Marcec2018-08-111-5/+5
* First round of account changesDavid Marcec2018-08-111-24/+26
* Added IsUserRegistrationRequestPermittedDavid Marcec2018-08-111-0/+2
* Inital pass of account backend implementationDavid Marcec2018-08-081-2/+3
* GetProfileBase and GetProfileBaseAndData addedDavid Marcec2018-08-081-1/+12
* began initial implementation of "ProfileManager"David Marcec2018-08-081-0/+97