mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-04 14:26:26 +02:00
iOS - Platform Checks
Co-authored-by: riperiperi <rhy3756547@hotmail.com>
This commit is contained in:
parent
5d919039d9
commit
66e58aa6a7
21 changed files with 67 additions and 38 deletions
|
@ -1536,7 +1536,7 @@ namespace Ryujinx.Ui.Common.Configuration
|
|||
{
|
||||
// Any system running macOS or returning any amount of valid Vulkan devices should default to Vulkan.
|
||||
// Checks for if the Vulkan version and featureset is compatible should be performed within VulkanRenderer.
|
||||
if (OperatingSystem.IsMacOS() || VulkanRenderer.GetPhysicalDevices().Length > 0)
|
||||
if (OperatingSystem.IsMacOS() || OperatingSystem.IsIOS() || VulkanRenderer.GetPhysicalDevices().Length > 0)
|
||||
{
|
||||
return GraphicsBackend.Vulkan;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue