summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: ac: Replace intances of ProfileData with UserDatagerman772022-07-141-8/+7
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-0/+1
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-18/+18
* profile: Migrate to the new UUID implementationMorph2022-02-051-19/+19
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-9/+9
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-13/+14
* profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman2019-07-031-0/+2
* common: Extract UUID to its own classZach Hilman2019-04-251-49/+17
* profile_manager: Save and load ProfileData from diskZach Hilman2018-11-261-2/+12
* profile_manager: Move UUID Format function definitions into the cpp fileLioncash2018-11-141-11/+2
* 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