Zach Hilman
|
dac0c33fd2
profile_manager: Save and load ProfileData from disk
|
7 years ago |
Lioncash
|
1af13e0802
profile_manager: Move UUID Format function definitions into the cpp file
|
7 years ago |
Lioncash
|
a6830e61b8
configure_system: Contrain profile usernames to 32 characters
|
7 years ago |
Lioncash
|
4a31f99a02
profile_manager: Use std::optional instead of boost::optional
|
7 years ago |
Zach Hilman
|
bfad41b0c1
profile_manager: Create save data if it doesn't exist on use
|
7 years ago |
Zach Hilman
|
45f2a2fe29
acc: Fix account UUID duplication error
|
7 years ago |
Zach Hilman
|
702622b8f1
profile_manager: Load user icons, names, and UUIDs from system save
|
7 years ago |
Zach Hilman
|
aeffd4b436
profile_manager: Load users from emulator settings
|
7 years ago |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
8 years ago |
Lioncash
|
6ac955a0b4
hle/service: Default constructors and destructors in the cpp file where applicable
|
8 years ago |
Lioncash
|
350f6e0aa4
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
|
8 years ago |
Lioncash
|
38cd4e9c61
profile_manager: Use type aliases for username data, profile data, and user arrays
|
8 years ago |
Lioncash
|
f9a26d468c
profile_manager: Take ProfileInfo by const reference where applicable
|
8 years ago |
Lioncash
|
1277556c69
profile_manager: Make array parameter to CreateNewUser a const reference
|
8 years ago |
Lioncash
|
dfdf4a46fe
profile_manager: Remove unnecessary static
|
8 years ago |
Lioncash
|
69dd37d874
profile_manager: Simplify UUID's two param constructor, operator==, and operator bool
|
8 years ago |
Lioncash
|
f13a66b963
profile_manager: Move UUID generation function to the cpp file
|
8 years ago |
David Marcec
|
10f494eefe
Better UUID randomness
|
8 years ago |
David Marcec
|
2592e41301
Added better explanations in the profile manager
|
8 years ago |
David Marcec
|
0b6f8ba51e
Code cleanup for profile manager
|
8 years ago |
David Marcec
|
d0b2950434
Removed const from ProfileBase Invalidate
|
8 years ago |
David Marcec
|
42431d2aa6
fixed invalid uuid bool operator
|
8 years ago |
David Marcec
|
b8e70faa2d
Added GetOpenUserCount
|
8 years ago |
David Marcec
|
dfea525cbe
Second round of account changes
|
8 years ago |
David Marcec
|
82fa0bcea7
First round of account changes
|
8 years ago |
David Marcec
|
2a3b335b15
Added IsUserRegistrationRequestPermitted
|
8 years ago |
David Marcec
|
75169c7570
Inital pass of account backend implementation
|
8 years ago |
David Marcec
|
03d7faf583
GetProfileBase and GetProfileBaseAndData added
|
8 years ago |
David Marcec
|
6f691e71bf
began initial implementation of "ProfileManager"
|
8 years ago |