mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Changed default value for config option input_hotkey_block_delay to 5.
This commit is contained in:
parent
bd17e13ef7
commit
af64bbb627
@ -1075,7 +1075,7 @@ static const unsigned input_bind_timeout = 5;
|
||||
|
||||
static const unsigned input_bind_hold = 2;
|
||||
|
||||
static const unsigned input_hotkey_block_delay = 0;
|
||||
static const unsigned input_hotkey_block_delay = 5;
|
||||
|
||||
static const unsigned gfx_thumbnails_default = 3;
|
||||
|
||||
|
@ -608,7 +608,7 @@
|
||||
|
||||
# Adds a delay in frames before the assigned hotkey blocks input. Useful if the the
|
||||
# hotkey input is mapped to another action.
|
||||
# input_hotkey_block_delay = "0"
|
||||
# input_hotkey_block_delay = "5"
|
||||
|
||||
# Increases audio volume.
|
||||
# input_volume_up = kp_plus
|
||||
|
Loading…
x
Reference in New Issue
Block a user