mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-02 13:37:12 +02:00
Allow more than one process, free resources on process dispose, implement SvcExitThread
This commit is contained in:
parent
3aaa4717b6
commit
7a27990faa
46 changed files with 926 additions and 598 deletions
|
@ -4,7 +4,7 @@ using System.Threading;
|
|||
|
||||
namespace Ryujinx.Core.OsHle
|
||||
{
|
||||
public class CondVar
|
||||
class CondVar
|
||||
{
|
||||
private Process Process;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue