mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-20 21:41:08 +00:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Ryujinx.Memory.Tracking
|
||||
|
||||
private event Action OnDirty;
|
||||
|
||||
private readonly object _preActionLock = new();
|
||||
private readonly Lock _preActionLock = new();
|
||||
private RegionSignal _preAction; // Action to perform before a read or write. This will block the memory access.
|
||||
private PreciseRegionSignal _preciseAction; // Action to perform on a precise read or write.
|
||||
private readonly List<VirtualRegion> _regions;
|
||||
|
||||
Reference in New Issue
Block a user