aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/profile_manager.cpp
AgeCommit message (Expand)Author
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash
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: Move UUID generation function to the cpp fileLioncash
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Lioncash
2018-08-12Added better explanations in the profile managerDavid Marcec
2018-08-12Code cleanup for profile managerDavid Marcec
2018-08-11Added GetOpenUserCountDavid Marcec
2018-08-11Removed all for loops from the profile managerDavid Marcec
2018-08-11If statement style changeDavid Marcec
2018-08-11Second round of account changesDavid Marcec
2018-08-11First round of account changesDavid Marcec
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec
2018-08-09Don't add user if the uuid already existsDavid Marcec
2018-08-09Open first user addedDavid 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