mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(Vita) Fix
This commit is contained in:
parent
8d47b30a67
commit
ef6fb9b855
@ -143,7 +143,7 @@ static void psp_joypad_poll(void)
|
|||||||
* can be 0 or 1 to read the first controller on
|
* can be 0 or 1 to read the first controller on
|
||||||
* a PSTV, but HAS to be 0 for a real VITA and 2
|
* a PSTV, but HAS to be 0 for a real VITA and 2
|
||||||
* for the 2nd controller on a PSTV */
|
* for the 2nd controller on a PSTV */
|
||||||
unsigned p = (p == 1) ? 2 : i;
|
unsigned p = (player == 1) ? 2 : player;
|
||||||
int32_t ret = CtrlPeekBufferPositive(p, &state_tmp, 1);
|
int32_t ret = CtrlPeekBufferPositive(p, &state_tmp, 1);
|
||||||
|
|
||||||
#ifdef HAVE_KERNEL_PRX
|
#ifdef HAVE_KERNEL_PRX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user