From af64bbb627360135866d0054d39b63444b3e0a6e Mon Sep 17 00:00:00 2001 From: Robert Hammond Date: Sat, 6 Jun 2020 18:04:24 -0400 Subject: [PATCH] Changed default value for config option input_hotkey_block_delay to 5. --- config.def.h | 2 +- retroarch.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 6a27a02543..175d9bc7d5 100644 --- a/config.def.h +++ b/config.def.h @@ -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; diff --git a/retroarch.cfg b/retroarch.cfg index 5e9c5e4635..6222390cc8 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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