mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 21:37:57 -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