Update IHomeMenuFunctions.cs
This commit is contained in:
parent
68dd2f4a88
commit
b6bed12c16
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ namespace Ryujinx.Core.OsHle.Services.Am
|
||||||
{ 21, GetPopFromGeneralChannelEvent }
|
{ 21, GetPopFromGeneralChannelEvent }
|
||||||
};
|
};
|
||||||
|
|
||||||
ChannelEvent = new KEvent();
|
|
||||||
//ToDo: Signal this Event somewhere in future.
|
//ToDo: Signal this Event somewhere in future.
|
||||||
|
ChannelEvent = new KEvent();
|
||||||
}
|
}
|
||||||
|
|
||||||
public long RequestToGetForeground(ServiceCtx Context)
|
public long RequestToGetForeground(ServiceCtx Context)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue