This is the same now

This commit is contained in:
twinaphex 2016-08-07 20:35:40 +02:00
parent 7f89cb97a9
commit 80b82606d4

View File

@ -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)