mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 04:17:59 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Common
|
||||
|
||||
public KSynchronizationObject(KernelContext context) : base(context)
|
||||
{
|
||||
WaitingThreads = new LinkedList<KThread>();
|
||||
WaitingThreads = [];
|
||||
}
|
||||
|
||||
public LinkedListNode<KThread> AddWaitingThread(KThread thread)
|
||||
|
||||
Reference in New Issue
Block a user