use procontroller as default libryujinx controller type

This commit is contained in:
Emmanuel Hansen 2023-06-26 20:28:25 +00:00
parent fd05b76554
commit d988dfa781

View File

@ -113,7 +113,7 @@ namespace LibRyujinx
Version = InputConfig.CurrentVersion, Version = InputConfig.CurrentVersion,
Backend = InputBackendType.GamepadSDL2, Backend = InputBackendType.GamepadSDL2,
Id = null, Id = null,
ControllerType = ControllerType.JoyconPair, ControllerType = ControllerType.ProController,
DeadzoneLeft = 0.1f, DeadzoneLeft = 0.1f,
DeadzoneRight = 0.1f, DeadzoneRight = 0.1f,
RangeLeft = 1.0f, RangeLeft = 1.0f,