mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:27:58 -05:00
input_common: Increase mapping timer from 2.5 seconds to 4 seconds
This commit is contained in:
@ -1410,7 +1410,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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user