From b6bed12c16d89418b69390b0f9a8d43c962b59ba Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sat, 21 Apr 2018 21:28:31 +0200 Subject: [PATCH] Update IHomeMenuFunctions.cs --- Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs b/Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs index 0295a10384..2b81eede50 100644 --- a/Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs +++ b/Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs @@ -20,8 +20,8 @@ namespace Ryujinx.Core.OsHle.Services.Am { 21, GetPopFromGeneralChannelEvent } }; - ChannelEvent = new KEvent(); //ToDo: Signal this Event somewhere in future. + ChannelEvent = new KEvent(); } public long RequestToGetForeground(ServiceCtx Context)