misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
@@ -89,10 +89,10 @@ namespace Ryujinx.Graphics.Metal
|
||||
}
|
||||
else
|
||||
{
|
||||
bucket.Entries = new[]
|
||||
{
|
||||
entry,
|
||||
};
|
||||
bucket.Entries =
|
||||
[
|
||||
entry
|
||||
];
|
||||
}
|
||||
|
||||
bucket.Length++;
|
||||
|
||||
Reference in New Issue
Block a user