mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 05:35:47 +00:00
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