mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-16 13:37:03 +00:00
Apply new naming rule to all projects except Vp9 (#5407)
This commit is contained in:
parent
b186ec9fc5
commit
fbaf62c230
42 changed files with 334 additions and 335 deletions
|
|
@ -359,7 +359,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
[Test]
|
||||
public void MiscR()
|
||||
{
|
||||
const ulong result = 5;
|
||||
const ulong Result = 5;
|
||||
|
||||
/*
|
||||
0x0000000000001000: MOV X0, #2
|
||||
|
|
@ -374,7 +374,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
Opcode(0xD65F03C0);
|
||||
ExecuteOpcodes();
|
||||
|
||||
Assert.That(GetContext().GetX(0), Is.EqualTo(result));
|
||||
Assert.That(GetContext().GetX(0), Is.EqualTo(Result));
|
||||
|
||||
Reset();
|
||||
|
||||
|
|
@ -391,7 +391,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
Opcode(0xD65F03C0);
|
||||
ExecuteOpcodes();
|
||||
|
||||
Assert.That(GetContext().GetX(0), Is.EqualTo(result));
|
||||
Assert.That(GetContext().GetX(0), Is.EqualTo(Result));
|
||||
}
|
||||
|
||||
[Explicit]
|
||||
|
|
@ -479,4 +479,4 @@ namespace Ryujinx.Tests.Cpu
|
|||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue