aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/profile_manager.cpp
AgeCommit message (Expand)Author
2024-02-16service: am: Fix GetMainAppletAvailableUsers for user creationNarr the Reg
2024-01-17Update based on feedbackAndrew Pilley
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-06-03service: account: Save user profile folder on first user creationgerman77
2023-03-12general: fix spelling mistakesLiam
2022-11-22general: fix compile for Apple ClangLiam
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-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