more Lock

This commit is contained in:
Marco Carvalho
2024-12-03 12:00:40 -03:00
committed by Evan Husted
parent fb32540b6e
commit 938886824e
19 changed files with 34 additions and 33 deletions

View File

@@ -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; }