mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
(VITA) Add PSTV two players mode
This commit is contained in:
parent
24817aeeac
commit
0b1cd096ec
@ -19,7 +19,7 @@
|
|||||||
#if defined(SN_TARGET_PSP2) || defined(VITA)
|
#if defined(SN_TARGET_PSP2) || defined(VITA)
|
||||||
#define PSP_MAX_PADS 4
|
#define PSP_MAX_PADS 4
|
||||||
#else
|
#else
|
||||||
#define PSP_MAX_PADS 1
|
#define PSP_MAX_PADS 2
|
||||||
#endif
|
#endif
|
||||||
static uint64_t pad_state[PSP_MAX_PADS];
|
static uint64_t pad_state[PSP_MAX_PADS];
|
||||||
static int16_t analog_state[PSP_MAX_PADS][2][2];
|
static int16_t analog_state[PSP_MAX_PADS][2][2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user