mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-03 02:42:28 -05:00
misc: chore: Use collection expressions in Common project
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Ryujinx.Common.SystemInterop
|
||||
private long _lastId;
|
||||
|
||||
private readonly Lock _lock = new();
|
||||
private readonly List<WaitingObject> _waitingObjects = new();
|
||||
private readonly List<WaitingObject> _waitingObjects = [];
|
||||
|
||||
private WindowsGranularTimer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user