mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 19:10:06 +02:00
misc: chore: Use collection expressions
This commit is contained in:
@@ -89,10 +89,10 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
}
|
||||
else
|
||||
{
|
||||
bucket.Entries = new[]
|
||||
{
|
||||
entry,
|
||||
};
|
||||
bucket.Entries =
|
||||
[
|
||||
entry
|
||||
];
|
||||
}
|
||||
|
||||
bucket.Length++;
|
||||
|
||||
Reference in New Issue
Block a user