linux: Fix input for rpi2 & co
This commit is contained in:
parent
795e84f3b1
commit
990470e19a
|
@ -424,9 +424,10 @@ void UpdateInputState(u32 port)
|
|||
return;
|
||||
#endif
|
||||
|
||||
#if defined(TARGET_GCW0) || defined(TARGET_PANDORA)
|
||||
HandleJoystick(port);
|
||||
HandleKb(port);
|
||||
|
||||
#if defined(TARGET_GCW0) || defined(TARGET_PANDORA)
|
||||
return;
|
||||
#endif
|
||||
for(;;)
|
||||
|
|
Loading…
Reference in New Issue