mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-20 13:31:08 +00:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Ryujinx.Common.SystemInterop
|
||||
private long _lastTicks = PerformanceCounter.ElapsedTicks;
|
||||
private long _lastId;
|
||||
|
||||
private readonly object _lock = new();
|
||||
private readonly Lock _lock = new();
|
||||
private readonly List<WaitingObject> _waitingObjects = new();
|
||||
|
||||
private WindowsGranularTimer()
|
||||
|
||||
Reference in New Issue
Block a user