mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-15 14:35:15 +00:00
misc: chore: Use collection expressions in ARMeilleure
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ARMeilleure.Decoders
|
||||
|
||||
public OpCodeT16IfThen(InstDescriptor inst, ulong address, int opCode) : base(inst, address, opCode)
|
||||
{
|
||||
List<Condition> conds = new();
|
||||
List<Condition> conds = [];
|
||||
|
||||
int cond = (opCode >> 4) & 0xf;
|
||||
int mask = opCode & 0xf;
|
||||
|
Reference in New Issue
Block a user