mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 14:07:59 -05:00
service: account: Save user profile folder on first user creation
This commit is contained in:
@ -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 =
|
||||||
|
Reference in New Issue
Block a user