Update IHomeMenuFunctions.cs

This commit is contained in:
Ac_K 2018-04-21 21:28:31 +02:00 committed by GitHub
parent 68dd2f4a88
commit b6bed12c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)