mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 08:40:53 -05:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -40,8 +40,8 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
||||
|
||||
public ProcessState State { get; private set; }
|
||||
|
||||
private readonly object _processLock = new();
|
||||
private readonly object _threadingLock = new();
|
||||
private readonly Lock _processLock = new();
|
||||
private readonly Lock _threadingLock = new();
|
||||
|
||||
public KAddressArbiter AddressArbiter { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user