/ src / Ryujinx.Common / Configuration / Hid / Controller / StandardControllerInputConfig.cs
StandardControllerInputConfig.cs
1  namespace Ryujinx.Common.Configuration.Hid.Controller
2  {
3      public class StandardControllerInputConfig : GenericControllerInputConfig<GamepadInputId, StickInputId> { }
4  }