mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
input_keys_pressed - get rid of early return
This commit is contained in:
parent
3e886df637
commit
3d91e4087f
@ -619,9 +619,6 @@ uint64_t input_keys_pressed(void)
|
|||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
const struct retro_keybind *binds = settings->input.binds[0];
|
const struct retro_keybind *binds = settings->input.binds[0];
|
||||||
|
|
||||||
if (!current_input || !current_input_data)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
check_input_driver_block_hotkey(
|
check_input_driver_block_hotkey(
|
||||||
current_input->input_state(current_input_data, &binds, 0,
|
current_input->input_state(current_input_data, &binds, 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user