mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-13 17:16:28 +02:00
misc: chore: Cleanups & unused parameter removal
This commit is contained in:
parent
d00754477e
commit
5fbcb1f3a7
5 changed files with 22 additions and 33 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue