mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-22 10:31:13 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.GAL.Multithreading
|
||||
{
|
||||
class SyncMap : IDisposable
|
||||
{
|
||||
private readonly HashSet<ulong> _inFlight = new();
|
||||
private readonly HashSet<ulong> _inFlight = [];
|
||||
private readonly AutoResetEvent _inFlightChanged = new(false);
|
||||
|
||||
internal void CreateSyncHandle(ulong id)
|
||||
|
||||
Reference in New Issue
Block a user