mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Refinement on earlier revert
This commit is contained in:
parent
63582f83b1
commit
f1d8f98c90
@ -220,8 +220,7 @@ retro_input_t input_driver_keys_pressed(void)
|
||||
for (key = 0; key < RARCH_BIND_LIST_END; key++)
|
||||
{
|
||||
bool state = false;
|
||||
if ((!driver->block_libretro_input && (key < RARCH_FIRST_META_KEY)) ||
|
||||
!driver->block_hotkey)
|
||||
if ((!driver->block_libretro_input) || !driver->block_hotkey)
|
||||
state = input->key_pressed(driver->input_data, key);
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
|
Loading…
Reference in New Issue
Block a user