mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 20:02:27 -07:00
Resolve warning
This commit is contained in:
committed by
Isaac Marovitz
parent
df8fca012f
commit
d88314424b
@@ -1,7 +1,9 @@
|
|||||||
using SharpMetal.QuartzCore;
|
using SharpMetal.QuartzCore;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
|
||||||
namespace Ryujinx.Ava.UI.Renderer
|
namespace Ryujinx.Ava.UI.Renderer
|
||||||
{
|
{
|
||||||
|
[SupportedOSPlatform("macos")]
|
||||||
public class EmbeddedWindowMetal : EmbeddedWindow
|
public class EmbeddedWindowMetal : EmbeddedWindow
|
||||||
{
|
{
|
||||||
public CAMetalLayer CreateSurface()
|
public CAMetalLayer CreateSurface()
|
||||||
|
Reference in New Issue
Block a user