misc: chore: Cleanups & unused parameter removal

This commit is contained in:
Evan Husted 2024-12-07 04:05:39 -06:00
parent d00754477e
commit 5fbcb1f3a7
5 changed files with 22 additions and 33 deletions

View file

@ -1,6 +1,8 @@
namespace Ryujinx.Common.Configuration.Hid.Controller
{
public class JoyconConfigControllerStick<TButton, TStick> where TButton : unmanaged where TStick : unmanaged
public class JoyconConfigControllerStick<TButton, TStick>
where TButton : unmanaged
where TStick : unmanaged
{
public TStick Joystick { get; set; }
public bool InvertStickX { get; set; }