misc: chore: Use collection expressions in Cpu
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Ryujinx.Cpu.LightningJit
|
||||
|
||||
public CodeWriter()
|
||||
{
|
||||
_instructions = new();
|
||||
_instructions = [];
|
||||
}
|
||||
|
||||
public void WriteInstruction(uint instruction)
|
||||
|
||||
Reference in New Issue
Block a user