mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
[VITA] Fixing PSTV controls
This commit is contained in:
parent
0c6ba894fd
commit
be87a8cdc7
@ -57,7 +57,7 @@ static void psp_input_poll(void *data)
|
||||
{
|
||||
psp_input_t *psp = (psp_input_t*)data;
|
||||
|
||||
if (psp->joypad)
|
||||
if (psp && psp->joypad)
|
||||
psp->joypad->poll();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user