mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-10 06:17:53 -05:00
Merge pull request #10508 from yuzu-emu/lime
Project Lime - yuzu Android Port
This commit is contained in:
@ -46,6 +46,7 @@ ProfileManager::ProfileManager() {
|
||||
// Create an user if none are present
|
||||
if (user_count == 0) {
|
||||
CreateNewUser(UUID::MakeRandom(), "yuzu");
|
||||
WriteUserSaveFile();
|
||||
}
|
||||
|
||||
auto current =
|
||||
|
Reference in New Issue
Block a user