mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +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)
|
||||
#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];
|
||||
|
Loading…
Reference in New Issue
Block a user