mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-22 09:05:10 -06:00
Allow more than one process, free resources on process dispose, implement SvcExitThread
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Ryujinx.Core.OsHle.IpcServices.Aud
|
||||
|
||||
public long QuerySystemEvent(ServiceCtx Context)
|
||||
{
|
||||
int Handle = Context.Ns.Os.Handles.GenerateId(new HEvent());
|
||||
int Handle = Context.Process.HandleTable.OpenHandle(new HEvent());
|
||||
|
||||
Context.Response.HandleDesc = IpcHandleDesc.MakeCopy(Handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user