mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
service: account: Save user profile folder on first user creation
This commit is contained in:
parent
f9974f7ef3
commit
dc52152a81
@ -46,6 +46,7 @@ ProfileManager::ProfileManager() {
|
|||||||
// Create an user if none are present
|
// Create an user if none are present
|
||||||
if (user_count == 0) {
|
if (user_count == 0) {
|
||||||
CreateNewUser(UUID::MakeRandom(), "yuzu");
|
CreateNewUser(UUID::MakeRandom(), "yuzu");
|
||||||
|
WriteUserSaveFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto current =
|
auto current =
|
||||||
|
Loading…
Reference in New Issue
Block a user