mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 03:20:05 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -164,7 +164,7 @@ namespace ARMeilleure.Common
|
||||
_fillBottomLevel = new SparseMemoryBlock(bottomLevelSize, null, _sparseFill);
|
||||
_fillBottomLevelPtr = (TEntry*)_fillBottomLevel.Block.Pointer;
|
||||
|
||||
_sparseReserved = new List<TableSparseBlock>();
|
||||
_sparseReserved = [];
|
||||
_sparseLock = new ReaderWriterLockSlim();
|
||||
|
||||
_sparseBlockSize = bottomLevelSize;
|
||||
|
||||
Reference in New Issue
Block a user