Resolve warning

This commit is contained in:
Isaac Marovitz 2024-03-18 14:57:23 -04:00 committed by Isaac Marovitz
parent 2520696ddc
commit d21036ec5d
1 changed files with 2 additions and 0 deletions

View File

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