mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-17 08:24:17 +00:00
Allow more than one process, free resources on process dispose, implement SvcExitThread
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Threading;
|
||||
|
||||
namespace Ryujinx.Core.OsHle
|
||||
{
|
||||
public class CondVar
|
||||
class CondVar
|
||||
{
|
||||
private Process Process;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user