Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9685 from JMC47/InputMappingDelay
Remove Input Mapping Delay
  • Loading branch information
jordan-woyak committed May 2, 2021
2 parents ade9d6c + 21113e5 commit 9e92d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Config/Mapping/MappingCommon.cpp
Expand Up @@ -21,7 +21,7 @@
namespace MappingCommon
{
constexpr auto INPUT_DETECT_INITIAL_TIME = std::chrono::seconds(3);
constexpr auto INPUT_DETECT_CONFIRMATION_TIME = std::chrono::milliseconds(500);
constexpr auto INPUT_DETECT_CONFIRMATION_TIME = std::chrono::milliseconds(0);
constexpr auto INPUT_DETECT_MAXIMUM_TIME = std::chrono::seconds(5);

constexpr auto OUTPUT_TEST_TIME = std::chrono::seconds(2);
Expand Down

0 comments on commit 9e92d6d

Please sign in to comment.