mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 21:30:54 -05:00
misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -12,8 +12,8 @@ namespace Ryujinx.Tests.Cpu
|
||||
#region "ValueSource (Opcodes)"
|
||||
private static uint[] Opcodes()
|
||||
{
|
||||
return new[]
|
||||
{
|
||||
return
|
||||
[
|
||||
0xe2a00000u, // ADC R0, R0, #0
|
||||
0xe2b00000u, // ADCS R0, R0, #0
|
||||
0xe2800000u, // ADD R0, R0, #0
|
||||
@@ -27,8 +27,8 @@ namespace Ryujinx.Tests.Cpu
|
||||
0xe2c00000u, // SBC R0, R0, #0
|
||||
0xe2d00000u, // SBCS R0, R0, #0
|
||||
0xe2400000u, // SUB R0, R0, #0
|
||||
0xe2500000u, // SUBS R0, R0, #0
|
||||
};
|
||||
0xe2500000u // SUBS R0, R0, #0
|
||||
];
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user