summaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/profile_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow -u to accept a username string in addition to index, and suppress the U...Gravatar Andrew Pilley2024-01-171-0/+1
* service: acc: Only save profiles when profiles have changedGravatar german772024-01-131-0/+1
* service: acc: Implement functions needed for profile select (#11653)Gravatar Narr the Reg2023-10-171-1/+2
* core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.Gravatar bunnei2022-11-021-0/+3
* service: ac: Replace intances of ProfileData with UserDataGravatar german772022-07-141-8/+7
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-3/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-0/+1
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-18/+18
* profile: Migrate to the new UUID implementationGravatar Morph2022-02-051-19/+19
* core: Silence Wclass-memaccess warningsGravatar ReinUsesLisp2021-01-151-9/+9
* core: Initialize several structs that make use of Common::UUID.Gravatar bunnei2020-01-041-13/+14
* profile_manager: Add setter for ProfileBase and ProfileDataGravatar Zach Hilman2019-07-031-0/+2
* common: Extract UUID to its own classGravatar Zach Hilman2019-04-251-49/+17
* profile_manager: Save and load ProfileData from diskGravatar Zach Hilman2018-11-261-2/+12
* profile_manager: Move UUID Format function definitions into the cpp fileGravatar Lioncash2018-11-141-11/+2
* configure_system: Contrain profile usernames to 32 charactersGravatar Lioncash2018-10-311-1/+2
* profile_manager: Use std::optional instead of boost::optionalGravatar Lioncash2018-10-241-9/+9
* profile_manager: Create save data if it doesn't exist on useGravatar Zach Hilman2018-10-231-1/+1
* acc: Fix account UUID duplication errorGravatar Zach Hilman2018-10-231-0/+2
* profile_manager: Load user icons, names, and UUIDs from system saveGravatar Zach Hilman2018-10-231-0/+15
* profile_manager: Load users from emulator settingsGravatar Zach Hilman2018-10-231-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-11/+11
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+2
* profile_manager: Use INVALID_UUID in the initializer of last_opened_userGravatar Lioncash2018-08-201-1/+1
* profile_manager: Use type aliases for username data, profile data, and user a...Gravatar Lioncash2018-08-201-10/+13
* profile_manager: Take ProfileInfo by const reference where applicableGravatar Lioncash2018-08-201-4/+4
* profile_manager: Make array parameter to CreateNewUser a const referenceGravatar Lioncash2018-08-201-1/+1
* profile_manager: Remove unnecessary staticGravatar Lioncash2018-08-201-1/+1
* profile_manager: Simplify UUID's two param constructor, operator==, and opera...Gravatar Lioncash2018-08-201-6/+4
* profile_manager: Move UUID generation function to the cpp fileGravatar Lioncash2018-08-201-10/+2
* Better UUID randomnessGravatar David Marcec2018-08-121-2/+7
* Added better explanations in the profile managerGravatar David Marcec2018-08-121-0/+3
* Code cleanup for profile managerGravatar David Marcec2018-08-121-9/+11
* Removed const from ProfileBase InvalidateGravatar David Marcec2018-08-121-1/+1
* fixed invalid uuid bool operatorGravatar David Marcec2018-08-111-1/+1
* Added GetOpenUserCountGravatar David Marcec2018-08-111-0/+1
* Second round of account changesGravatar David Marcec2018-08-111-5/+5
* First round of account changesGravatar David Marcec2018-08-111-24/+26
* Added IsUserRegistrationRequestPermittedGravatar David Marcec2018-08-111-0/+2
* Inital pass of account backend implementationGravatar David Marcec2018-08-091-2/+3
* GetProfileBase and GetProfileBaseAndData addedGravatar David Marcec2018-08-081-1/+12
* began initial implementation of "ProfileManager"Gravatar David Marcec2018-08-081-0/+97