From fc9590a73e5e756cfbed8aafd98517d8a335bc01 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sun, 14 Oct 2018 00:02:55 +0200 Subject: [PATCH] Fix #2 --- Ryujinx.HLE/HOS/Services/Acc/IManagerForApplication.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ryujinx.HLE/HOS/Services/Acc/IManagerForApplication.cs b/Ryujinx.HLE/HOS/Services/Acc/IManagerForApplication.cs index 98db35abfc..ed0e6efb69 100644 --- a/Ryujinx.HLE/HOS/Services/Acc/IManagerForApplication.cs +++ b/Ryujinx.HLE/HOS/Services/Acc/IManagerForApplication.cs @@ -7,6 +7,8 @@ namespace Ryujinx.HLE.HOS.Services.Acc { class IManagerForApplication : IpcService { + private UInt128 Uuid; + private Dictionary m_Commands; public override IReadOnlyDictionary Commands => m_Commands; @@ -18,6 +20,8 @@ namespace Ryujinx.HLE.HOS.Services.Acc { 0, CheckAvailability }, { 1, GetAccountId } }; + + this.Uuid = Uuid; } // CheckAvailability()