mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@ -150,10 +150,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
}
|
||||
else
|
||||
{
|
||||
_ranges = new List<Range>
|
||||
{
|
||||
new(offset, size)
|
||||
};
|
||||
_ranges = [new(offset, size)];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user