|
|
@@ -21,9 +21,12 @@ namespace Ryujinx.Graphics.Metal
|
|
|
private Pipeline _pipeline;
|
|
|
private Window _window;
|
|
|
|
|
|
- public uint ProgramCount { get; set; } = 0;
|
|
|
+ public uint ProgramCount { get; set; }
|
|
|
|
|
|
+#pragma warning disable CS0067 // The event is never used
|
|
|
public event EventHandler<ScreenCaptureImageInfo> ScreenCaptured;
|
|
|
+#pragma warning restore CS0067
|
|
|
+
|
|
|
public bool PreferThreading => true;
|
|
|
public IPipeline Pipeline => _pipeline;
|
|
|
public IWindow Window => _window;
|