Browse Source
Merge pull request #8880 from german77/slow-moving
input_common: Increase mapping timer from 2.5 seconds to 4 seconds
pull/15/merge
Mai
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/configure_input_player.cpp
|
|
|
@ -1417,7 +1417,7 @@ void ConfigureInputPlayer::HandleClick( |
|
|
|
ui->controllerFrame->BeginMappingAnalog(button_id); |
|
|
|
} |
|
|
|
|
|
|
|
timeout_timer->start(2500); // Cancel after 2.5 seconds
|
|
|
|
timeout_timer->start(4000); // Cancel after 4 seconds
|
|
|
|
poll_timer->start(25); // Check for new inputs every 25ms
|
|
|
|
} |
|
|
|
|
|
|
|
|