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