mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 15:30:56 -05:00
misc: chore: Use collection expressions in Cpu
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Ryujinx.Cpu.LightningJit.Arm32
|
||||
RegisterAllocator = registerAllocator;
|
||||
MemoryManagerType = mmType;
|
||||
_itConditions = new ArmCondition[4];
|
||||
_pendingBranches = new();
|
||||
_pendingBranches = [];
|
||||
IsThumb = isThumb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user