mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Merge pull request #9685 from JMC47/InputMappingDelay
Remove Input Mapping Delay
This commit is contained in:
commit
9e92d6ddcb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
namespace MappingCommon
|
namespace MappingCommon
|
||||||
{
|
{
|
||||||
constexpr auto INPUT_DETECT_INITIAL_TIME = std::chrono::seconds(3);
|
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 INPUT_DETECT_MAXIMUM_TIME = std::chrono::seconds(5);
|
||||||
|
|
||||||
constexpr auto OUTPUT_TEST_TIME = std::chrono::seconds(2);
|
constexpr auto OUTPUT_TEST_TIME = std::chrono::seconds(2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue