summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-9/+9
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei1-13/+14
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman1-0/+2
2019-04-25common: Extract UUID to its own classZach Hilman1-49/+17
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman1-2/+12
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash1-11/+2
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash1-1/+2
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash1-9/+9
2018-10-24profile_manager: Create save data if it doesn't exist on useZach Hilman1-1/+1
2018-10-24acc: Fix account UUID duplication errorZach Hilman1-0/+2
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman1-0/+15
2018-10-24profile_manager: Load users from emulator settingsZach Hilman1-1/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-11/+11
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-21profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash1-1/+1
2018-08-21profile_manager: Use type aliases for username data, profile data, and user arraysLioncash1-10/+13
2018-08-21profile_manager: Take ProfileInfo by const reference where applicableLioncash1-4/+4
2018-08-21profile_manager: Make array parameter to CreateNewUser a const referenceLioncash1-1/+1
2018-08-21profile_manager: Remove unnecessary staticLioncash1-1/+1
2018-08-21profile_manager: Simplify UUID's two param constructor, operator==, and operator boolLioncash1-6/+4
2018-08-21profile_manager: Move UUID generation function to the cpp fileLioncash1-10/+2
2018-08-11Better UUID randomnessDavid Marcec1-2/+7
2018-08-11Added better explanations in the profile managerDavid Marcec1-0/+3
2018-08-11Code cleanup for profile managerDavid Marcec1-9/+11
2018-08-11Removed const from ProfileBase InvalidateDavid Marcec1-1/+1
2018-08-11fixed invalid uuid bool operatorDavid Marcec1-1/+1
2018-08-11Added GetOpenUserCountDavid Marcec1-0/+1
2018-08-11Second round of account changesDavid Marcec1-5/+5
2018-08-11First round of account changesDavid Marcec1-24/+26
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec1-0/+2
2018-08-08Inital pass of account backend implementationDavid Marcec1-2/+3
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec1-1/+12
2018-08-08began initial implementation of "ProfileManager"David Marcec1-0/+97