changed userid

This commit is contained in:
emmauss 2018-08-13 23:05:23 +00:00 committed by GitHub
commit 1aa446cb22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ namespace Ryujinx.HLE
Settings.User = new Profile() Settings.User = new Profile()
{ {
Username = "Ryujinx", Username = "Ryujinx",
UserId = "00000000000000000000000000000000" UserId = "000123456789abcdef09876543210000"
}; };
} }
@ -115,4 +115,4 @@ namespace Ryujinx.HLE
} }
} }
} }
} }