mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-18 17:04:18 +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 Mutex
|
||||
class Mutex
|
||||
{
|
||||
private const int MutexHasListenersMask = 0x40000000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user