mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-30 05:22:08 +01:00
Resolve warning
This commit is contained in:
parent
df8fca012f
commit
d88314424b
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue