aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/profile_manager.cpp
AgeCommit message (Expand)Author
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05profile: Migrate to the new UUID implementationMorph
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-04-14common: Move settings to common from core.bunnei
2021-01-28Fix user changing to 0 if validgerman
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-03profile_manager: Make use of std::nulloptLioncash
2020-08-03profile_manager: Make use of designated initializersLioncash
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2019-11-12service: Resolve sign conversion errorsLioncash
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman
2019-04-25mii_manager: Cleanup and optimizationZach 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: Replace iterative loop with a ranged-for loop in ParseUserSa...Lioncash
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
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-23configure_system: Clear selection after user deleteZach 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-18Invalid default value of username in yuzu_cmd (#1334)Philippe Babin
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: 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