mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 22:25:47 +00:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
||||
path = path[..^VulkanLib.Length] + "libMoltenVK.dylib";
|
||||
return [path];
|
||||
}
|
||||
return Array.Empty<string>();
|
||||
return [];
|
||||
}
|
||||
|
||||
public static void InitializeResolver()
|
||||
|
||||
Reference in New Issue
Block a user