- namespace Ryujinx.Common.Configuration.Hid
- {
- public class LeftJoyconCommonConfig<Button>
- {
- public Button ButtonMinus { get; set; }
- public Button ButtonL { get; set; }
- public Button ButtonZl { get; set; }
- public Button ButtonSl { get; set; }
- public Button ButtonSr { get; set; }
- public Button DpadUp { get; set; }
- public Button DpadDown { get; set; }
- public Button DpadLeft { get; set; }
- public Button DpadRight { get; set; }
- }
- }
|