mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
input_poll - avoid function call
This commit is contained in:
parent
671f9cc8cc
commit
d24c1a280d
@ -394,7 +394,7 @@ void input_poll(void)
|
|||||||
const struct retro_keybind *binds[MAX_USERS];
|
const struct retro_keybind *binds[MAX_USERS];
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
input_driver_poll();
|
current_input->poll(current_input_data);
|
||||||
|
|
||||||
input_driver_turbo_btns.count++;
|
input_driver_turbo_btns.count++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user