diff --git a/Ryujinx.HLE/Switch.cs b/Ryujinx.HLE/Switch.cs index f8e48372ee..b219d77403 100644 --- a/Ryujinx.HLE/Switch.cs +++ b/Ryujinx.HLE/Switch.cs @@ -71,7 +71,7 @@ namespace Ryujinx.HLE Settings.User = new Profile() { Username = "Ryujinx", - UserId = "00000000000000000000000000000000" + UserId = "000123456789abcdef09876543210000" }; } @@ -115,4 +115,4 @@ namespace Ryujinx.HLE } } } -} \ No newline at end of file +}