mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-04 21:32:56 +00:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
public void Add(ref TKey key, TValue value)
|
||||
{
|
||||
Entry entry = new Entry
|
||||
Entry entry = new()
|
||||
{
|
||||
Hash = key.GetHashCode(),
|
||||
Key = key,
|
||||
|
||||
Reference in New Issue
Block a user