mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-09 00:36:27 +02:00
iOS - Platform Checks
Co-authored-by: riperiperi <rhy3756547@hotmail.com>
This commit is contained in:
parent
3387f42e24
commit
c1d19a1ada
21 changed files with 67 additions and 38 deletions
|
@ -6,6 +6,7 @@ using System.Runtime.Versioning;
|
|||
namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
[SupportedOSPlatform("ios")]
|
||||
public static partial class MVKInitialization
|
||||
{
|
||||
[LibraryImport("libMoltenVK.dylib")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue