mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-23 09:21:07 +00:00
ControllerList: setup the ps5 default deadzone to match PS4 instead of defaulting to same a XboxOne/Switch
This commit is contained in:
parent
5f7cd1fa88
commit
f0577bc9ea
|
@ -695,6 +695,7 @@ static SDL_INLINE int GetDefaultDeadzoneSizeForControllerType( EControllerType e
|
||||||
case k_eControllerType_SteamControllerV2:
|
case k_eControllerType_SteamControllerV2:
|
||||||
return 8192;
|
return 8192;
|
||||||
case k_eControllerType_PS4Controller:
|
case k_eControllerType_PS4Controller:
|
||||||
|
case k_eControllerType_PS5Controller:
|
||||||
return 4096;
|
return 4096;
|
||||||
case k_eControllerType_SwitchJoyConLeft:
|
case k_eControllerType_SwitchJoyConLeft:
|
||||||
case k_eControllerType_SwitchJoyConRight:
|
case k_eControllerType_SwitchJoyConRight:
|
||||||
|
|
Loading…
Reference in a new issue