mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Fix overlay issue
This commit is contained in:
parent
81b529696f
commit
0761381e2a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user