summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-1/+1
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash1-33/+38
2018-10-24profile_manager: Create save data if it doesn't exist on useZach Hilman1-12/+36
2018-10-24acc: Fix account UUID duplication errorZach Hilman1-5/+19
2018-10-24configure_system: Clear selection after user deleteZach Hilman1-1/+1
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman1-6/+95
2018-10-24profile_manager: Load users from emulator settingsZach Hilman1-4/+6
2018-09-19Invalid default value of username in yuzu_cmd (#1334)Philippe Babin1-2/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-9/+12
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-21profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash1-1/+1
2018-08-21profile_manager: Use type aliases for username data, profile data, and user arraysLioncash1-9/+9
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: Move UUID generation function to the cpp fileLioncash1-0/+10
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()Lioncash1-2/+2
2018-08-11Added better explanations in the profile managerDavid Marcec1-1/+31
2018-08-11Code cleanup for profile managerDavid Marcec1-29/+31
2018-08-11Added GetOpenUserCountDavid Marcec1-2/+11
2018-08-11Removed all for loops from the profile managerDavid Marcec1-9/+4
2018-08-11If statement style changeDavid Marcec1-11/+19
2018-08-11Second round of account changesDavid Marcec1-12/+15
2018-08-11First round of account changesDavid Marcec1-24/+28
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec1-0/+6
2018-08-09Don't add user if the uuid already existsDavid Marcec1-0/+4
2018-08-08Open first user addedDavid Marcec1-1/+3
2018-08-08Inital pass of account backend implementationDavid Marcec1-2/+16
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec1-0/+60
2018-08-08began initial implementation of "ProfileManager"David Marcec1-0/+89