misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -13,10 +13,11 @@ namespace Ryujinx.Tests.Cpu
|
||||
#region "ValueSource"
|
||||
private static ulong[] _8B_()
|
||||
{
|
||||
return new[] {
|
||||
return
|
||||
[
|
||||
0x0000000000000000ul, 0x7F7F7F7F7F7F7F7Ful,
|
||||
0x8080808080808080ul, 0xFFFFFFFFFFFFFFFFul,
|
||||
};
|
||||
0x8080808080808080ul, 0xFFFFFFFFFFFFFFFFul
|
||||
];
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user