mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Revert "Prevent input_driver_poll from being called more than once per"
This reverts commit 15513c77525a0296323b30b91f7f0080c10df083.
This commit is contained in:
parent
ed6f682754
commit
cf812b2e80
@ -10643,11 +10643,6 @@ static void input_driver_poll(void)
|
||||
settings_t *settings = configuration_settings;
|
||||
uint8_t max_users = (uint8_t)input_driver_max_users;
|
||||
input_bits_t current_inputs[MAX_USERS];
|
||||
static unsigned prev_frame_count = 0;
|
||||
|
||||
if (video_driver_frame_count == prev_frame_count)
|
||||
return;
|
||||
prev_frame_count = video_driver_frame_count;
|
||||
|
||||
current_input->poll(current_input_data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user