mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 03:36:24 +00:00
This is the same now
This commit is contained in:
parent
7f89cb97a9
commit
80b82606d4
@ -137,11 +137,7 @@ static void psp_joypad_poll(void)
|
||||
{
|
||||
unsigned j, k;
|
||||
SceCtrlData state_tmp;
|
||||
#if defined(SN_TARGET_PSP2) || defined(VITA)
|
||||
int32_t ret = CtrlPeekBufferPositive(i, &state_tmp, 1);
|
||||
#else
|
||||
int32_t ret = CtrlPeekBufferPositive(i, &state_tmp, 1);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_KERNEL_PRX
|
||||
state_tmp.Buttons = (state_tmp.Buttons & 0x0000FFFF)
|
||||
|
Loading…
Reference in New Issue
Block a user