mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
Make conditional for polling the same as input_state
This commit is contained in:
parent
18662afe56
commit
3a711f6d4f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user