Update src/Ryujinx.Input/ButtonValueType.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
Isaac Marovitz 2024-03-17 09:09:21 -04:00 committed by Isaac Marovitz
parent 3d58674261
commit 84ce13b663
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -4,6 +4,6 @@ namespace Ryujinx.Input
{
Key,
GamepadButtonInputId,
StickId
StickId,
}
}