misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Ryujinx.HLE.HOS.Tamper
|
||||
public OperationBlock(byte[] baseInstruction)
|
||||
{
|
||||
BaseInstruction = baseInstruction;
|
||||
Operations = new List<IOperation>();
|
||||
Operations = [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user