mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-21 18:13:36 +01: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…
x
Reference in New Issue
Block a user