From 0b1cd096ecff31cdc346fbaef4ef3fe5940f863e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Sun, 7 Aug 2016 17:50:01 +0200 Subject: [PATCH] (VITA) Add PSTV two players mode --- input/drivers_joypad/psp_joypad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers_joypad/psp_joypad.c b/input/drivers_joypad/psp_joypad.c index b4c8c3ff31..83de2895e5 100644 --- a/input/drivers_joypad/psp_joypad.c +++ b/input/drivers_joypad/psp_joypad.c @@ -19,7 +19,7 @@ #if defined(SN_TARGET_PSP2) || defined(VITA) #define PSP_MAX_PADS 4 #else -#define PSP_MAX_PADS 1 +#define PSP_MAX_PADS 2 #endif static uint64_t pad_state[PSP_MAX_PADS]; static int16_t analog_state[PSP_MAX_PADS][2][2];