mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-23 00:35:09 -06:00
Allow more than one process, free resources on process dispose, implement SvcExitThread
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Ryujinx.Core.OsHle.IpcServices.Aud
|
||||
|
||||
public long RegisterBufferEvent(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