mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-19 07:36:30 +02:00
infra: chore: fix/silence compile warnings
This commit is contained in:
parent
3cb996bf5c
commit
2f540dc88c
5 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue