mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-12 00:27:18 -05: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