StickInputId.cs 170 B

1234567891011
  1. namespace Ryujinx.Common.Configuration.Hid.Controller
  2. {
  3. public enum StickInputId : byte
  4. {
  5. Unbound,
  6. Left,
  7. Right,
  8. Count
  9. }
  10. }