mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-21 12:45:47 +00:00
misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -73,11 +73,11 @@ namespace Ryujinx.HLE.HOS.Tamper.CodeEmitters
|
||||
|
||||
void Emit(Type operationType, IOperand rhs = null)
|
||||
{
|
||||
List<IOperand> operandList = new()
|
||||
{
|
||||
List<IOperand> operandList =
|
||||
[
|
||||
destinationRegister,
|
||||
leftHandSideRegister,
|
||||
};
|
||||
leftHandSideRegister
|
||||
];
|
||||
|
||||
if (rhs != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user