Update IHomeMenuFunctions.cs
This commit is contained in:
parent
48135623f3
commit
68dd2f4a88
1 changed files with 27 additions and 28 deletions
|
@ -21,8 +21,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
|
||||||
};
|
};
|
||||||
|
|
||||||
ChannelEvent = new KEvent();
|
ChannelEvent = new KEvent();
|
||||||
//TODO: We shouldn't be signaling this here.
|
//ToDo: Signal this Event somewhere in future.
|
||||||
ChannelEvent.WaitEvent.Set();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public long RequestToGetForeground(ServiceCtx Context)
|
public long RequestToGetForeground(ServiceCtx Context)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue