mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Support other switch controller types (#487)
* Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
This commit is contained in:
8
Ryujinx.HLE/Input/HidJoystickPosition.cs
Normal file
8
Ryujinx.HLE/Input/HidJoystickPosition.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.Input
|
||||
{
|
||||
public struct HidJoystickPosition
|
||||
{
|
||||
public int DX;
|
||||
public int DY;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user