Resolve warning

This commit is contained in:
Isaac Marovitz 2024-03-18 14:57:23 -04:00
parent 6e2dfefd8f
commit c9f7d7e85a
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
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()