mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-02 06:06:25 +02:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
parent
eae6dba610
commit
5f023ca49b
37 changed files with 172 additions and 172 deletions
|
@ -152,7 +152,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
_ranges = new List<Range>
|
||||
{
|
||||
new Range(offset, size)
|
||||
new(offset, size)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue