mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-19 04:32:54 +00:00
Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)
See merge request ryubing/ryujinx!47
This commit is contained in:
@@ -8,9 +8,7 @@ namespace Ryujinx.Input
|
||||
/// </summary>
|
||||
public interface IMouse : IGamepad
|
||||
{
|
||||
#pragma warning disable IDE0051 // Remove unused private member
|
||||
private const int SwitchPanelWidth = 1280;
|
||||
#pragma warning restore IDE0051
|
||||
private const int SwitchPanelHeight = 720;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user