mirror of
https://github.com/encounter/SDL.git
synced 2025-06-15 11:03:36 +00:00
fix player one joycon to auto use handheld or detached (#16)
This commit is contained in:
parent
137217702f
commit
26a79e4d1c
@ -43,7 +43,7 @@ typedef struct JoystickState
|
|||||||
static JoystickState pad[JOYSTICK_COUNT];
|
static JoystickState pad[JOYSTICK_COUNT];
|
||||||
|
|
||||||
static HidControllerID pad_id[JOYSTICK_COUNT] = {
|
static HidControllerID pad_id[JOYSTICK_COUNT] = {
|
||||||
CONTROLLER_HANDHELD, CONTROLLER_PLAYER_2,
|
CONTROLLER_P1_AUTO, CONTROLLER_PLAYER_2,
|
||||||
CONTROLLER_PLAYER_3, CONTROLLER_PLAYER_4,
|
CONTROLLER_PLAYER_3, CONTROLLER_PLAYER_4,
|
||||||
CONTROLLER_PLAYER_5, CONTROLLER_PLAYER_6,
|
CONTROLLER_PLAYER_5, CONTROLLER_PLAYER_6,
|
||||||
CONTROLLER_PLAYER_7, CONTROLLER_PLAYER_8
|
CONTROLLER_PLAYER_7, CONTROLLER_PLAYER_8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user