Fix overlay issue

This commit is contained in:
twinaphex 2017-01-23 02:45:36 +01:00
parent 81b529696f
commit 0761381e2a

View File

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