summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-13service: acc: Only save profiles when profiles have changedgerman771-3/+16
2023-06-03service: account: Save user profile folder on first user creationgerman771-0/+1
2023-03-12general: fix spelling mistakesLiam1-3/+3
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-11-03core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei1-0/+25
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman771-6/+5
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-6/+6
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-20/+20
2022-02-05profile: Migrate to the new UUID implementationMorph1-25/+26
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash1-4/+5
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-17/+16
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-01-29Fix user changing to 0 if validgerman1-2/+8
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-5/+5
2020-10-21Revert "core: Fix clang build"bunnei1-8/+5
2020-10-18core: Fix clang buildLioncash1-5/+8
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-11/+11
2020-08-03profile_manager: Make use of std::nulloptLioncash1-4/+4
2020-08-03profile_manager: Make use of designated initializersLioncash1-13/+22
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei1-7/+7
2019-11-12service: Resolve sign conversion errorsLioncash1-2/+2
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman1-0/+11
2019-04-25mii_manager: Cleanup and optimizationZach Hilman1-4/+4
2019-04-25common: Extract UUID to its own classZach Hilman1-20/+2
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman1-2/+3
2018-11-14profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile()Lioncash1-4/+5
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash1-0/+16
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