mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Ignore other hotkeys with menu toggle (#17165)
This commit is contained in:
parent
c9fae44b03
commit
c27075d9d6
@ -5642,6 +5642,10 @@ static void input_keys_pressed(
|
||||
}
|
||||
|
||||
BIT256_SET_PTR(p_new_state, i);
|
||||
|
||||
/* Ignore all other hotkeys if menu toggle is pressed */
|
||||
if (i == RARCH_MENU_TOGGLE)
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user