aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/profile_manager.h
AgeCommit message (Expand)Author
2024-01-17Allow -u to accept a username string in addition to index, and suppress the U...Andrew Pilley
2024-01-13service: acc: Only save profiles when profiles have changedgerman77
2023-10-17service: acc: Implement functions needed for profile select (#11653)Narr the Reg
2022-11-02core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19common: Reduce unused includesameerj
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05profile: Migrate to the new UUID implementationMorph
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman
2019-04-25common: Extract UUID to its own classZach Hilman
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash
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-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23profile_manager: Load users from emulator settingsZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash
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-12Better UUID randomnessDavid 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-11Second round of account changesDavid Marcec
2018-08-11First round of account changesDavid Marcec
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec
2018-08-09Inital pass of account backend implementationDavid Marcec
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec
2018-08-08began initial implementation of "ProfileManager"David Marcec