mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 13:06:24 +02:00
misc: chore: Use collection expressions in Cpu
This commit is contained in:
parent
ed2590a8ac
commit
3e12865f51
26 changed files with 934 additions and 931 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue