mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-12 06:52:43 -05:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Ryujinx.Common.PreciseSleep
|
||||
}
|
||||
}
|
||||
|
||||
private readonly object _lock = new();
|
||||
private readonly Lock _lock = new();
|
||||
private readonly List<NanosleepThread> _threads = new();
|
||||
private readonly List<NanosleepThread> _active = new();
|
||||
private readonly Stack<NanosleepThread> _free = new();
|
||||
|
||||
Reference in New Issue
Block a user