From 1aa446cb22e0648c9e1c1ea4f42d483dbe08559b Mon Sep 17 00:00:00 2001 From: emmauss Date: Mon, 13 Aug 2018 23:05:23 +0000 Subject: [PATCH] changed userid --- Ryujinx.HLE/Switch.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}