summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei2022-11-031-0/+25
* service: ac: Replace intances of ProfileData with UserDatagerman772022-07-141-6/+5
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-6/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-20/+20
* profile: Migrate to the new UUID implementationMorph2022-02-051-25/+26
* common/uuid: Add validity checking functions to interfaceLioncash2021-09-221-4/+5
* general: Make most settings a BasicSettinglat9nq2021-06-281-1/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-17/+16
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* Fix user changing to 0 if validgerman2021-01-291-2/+8
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-5/+5
* Revert "core: Fix clang build"bunnei2020-10-211-8/+5
* core: Fix clang buildLioncash2020-10-181-5/+8
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-11/+11
* profile_manager: Make use of std::nulloptLioncash2020-08-031-4/+4
* profile_manager: Make use of designated initializersLioncash2020-08-031-13/+22
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-7/+7
* service: Resolve sign conversion errorsLioncash2019-11-121-2/+2
* profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman2019-07-031-0/+11
* mii_manager: Cleanup and optimizationZach Hilman2019-04-251-4/+4
* common: Extract UUID to its own classZach Hilman2019-04-251-20/+2
* profile_manager: Save and load ProfileData from diskZach Hilman2018-11-261-2/+3
* profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile()Lioncash2018-11-141-4/+5
* profile_manager: Move UUID Format function definitions into the cpp fileLioncash2018-11-141-0/+16
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-33/+38
* profile_manager: Create save data if it doesn't exist on useZach Hilman2018-10-241-12/+36
* acc: Fix account UUID duplication errorZach Hilman2018-10-241-5/+19
* configure_system: Clear selection after user deleteZach Hilman2018-10-241-1/+1
* profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-6/+95
* profile_manager: Load users from emulator settingsZach Hilman2018-10-241-4/+6
* Invalid default value of username in yuzu_cmd (#1334)Philippe Babin2018-09-191-2/+3
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-9/+12
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash2018-08-211-1/+1
* profile_manager: Use type aliases for username data, profile data, and user arraysLioncash2018-08-211-9/+9
* profile_manager: Take ProfileInfo by const reference where applicableLioncash2018-08-211-4/+4
* profile_manager: Make array parameter to CreateNewUser a const referenceLioncash2018-08-211-1/+1
* profile_manager: Move UUID generation function to the cpp fileLioncash2018-08-211-0/+10
* profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()Lioncash2018-08-201-2/+2
* Added better explanations in the profile managerDavid Marcec2018-08-111-1/+31
* Code cleanup for profile managerDavid Marcec2018-08-111-29/+31
* Added GetOpenUserCountDavid Marcec2018-08-111-2/+11
* Removed all for loops from the profile managerDavid Marcec2018-08-111-9/+4
* If statement style changeDavid Marcec2018-08-111-11/+19
* Second round of account changesDavid Marcec2018-08-111-12/+15
* First round of account changesDavid Marcec2018-08-111-24/+28
* Added IsUserRegistrationRequestPermittedDavid Marcec2018-08-111-0/+6
* Don't add user if the uuid already existsDavid Marcec2018-08-091-0/+4
* Open first user addedDavid Marcec2018-08-081-1/+3
* Inital pass of account backend implementationDavid Marcec2018-08-081-2/+16
* GetProfileBase and GetProfileBaseAndData addedDavid Marcec2018-08-081-0/+60
* began initial implementation of "ProfileManager"David Marcec2018-08-081-0/+89