early-access version 1277

This commit is contained in:
pineappleEA
2021-01-01 22:50:16 +01:00
parent 950150dc52
commit 84d5e05316
5 changed files with 48 additions and 13 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ void QtControllerSelectorDialog::UpdateControllerState(std::size_t player_index)
// This emulates a delay between disconnecting and reconnecting controllers as some games
// do not respond to a change in controller type if it was instantaneous.
using namespace std::chrono_literals;
std::this_thread::sleep_for(20ms);
std::this_thread::sleep_for(60ms);
UpdateController(controller_type, player_index, player_connected);
}