Only selectively compile Metal & fix some compilation issues

This commit is contained in:
Evan Husted
2025-01-18 10:52:32 -06:00
parent 2f93a0f706
commit beda3206e0
5 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,10 @@
using SharpMetal.QuartzCore;
using System;
using System.Runtime.Versioning;
namespace Ryujinx.Ava.UI.Renderer
{
[SupportedOSPlatform("macos")]
public class EmbeddedWindowMetal : EmbeddedWindow
{
public CAMetalLayer CreateSurface()