Update IHomeMenuFunctions.cs

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

View file

@ -21,8 +21,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
};
ChannelEvent = new KEvent();
//TODO: We shouldn't be signaling this here.
ChannelEvent.WaitEvent.Set();
//ToDo: Signal this Event somewhere in future.
}
public long RequestToGetForeground(ServiceCtx Context)