mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 03:40:53 -05:00
misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -21,8 +21,8 @@ namespace Ryujinx.HLE.HOS.Kernel.Threading
|
||||
{
|
||||
_context = context;
|
||||
|
||||
_condVarThreads = new List<KThread>();
|
||||
_arbiterThreads = new List<KThread>();
|
||||
_condVarThreads = [];
|
||||
_arbiterThreads = [];
|
||||
}
|
||||
|
||||
public Result ArbitrateLock(int ownerHandle, ulong mutexAddress, int requesterHandle)
|
||||
|
||||
Reference in New Issue
Block a user