enable polling the remote gamepads

This commit is contained in:
radius 2015-11-27 17:26:24 -05:00
parent 7f84c3aeec
commit d8badc2ad8

View File

@ -516,6 +516,10 @@ int16_t input_state(unsigned port, unsigned device,
#ifdef HAVE_OVERLAY
input_state_overlay(&res, port, device, idx, id);
#endif
#ifdef HAVE_NETWORK_GAMEPAD
input_state_remote(&res, port, device, idx, id);
#endif
}
/* Don't allow turbo for D-pad. */