mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-20 12:15:46 +00:00
Revert "Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)"
This reverts merge request !47
This commit is contained in:
@@ -8,7 +8,9 @@ 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