Make conditional for polling the same as input_state

This commit is contained in:
twinaphex 2017-01-23 01:46:33 +01:00
parent 18662afe56
commit 3a711f6d4f

View File

@ -278,7 +278,8 @@ void input_poll(void)
input_driver_turbo_btns.frame_enable[i] = 0;
}
if (!input_driver_block_libretro_input)
if ( !input_driver_flushing_input
&& !input_driver_block_libretro_input)
{
rarch_joypad_info_t joypad_info;
joypad_info.axis_threshold = settings->input.axis_threshold;