Update polling rate in controller-shortcut.js

This commit is contained in:
redphx
2024-10-21 22:16:18 +07:00
parent 89a968d688
commit 9ab63c4a53
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ if (btnHome) {
this.inputSink.onGamepadInput(performance.now() - intervalMs, fakeGamepadMappings);
} else {
intervalMs = 4;
intervalMs = window.BX_CONTROLLER_POLLING_RATE;
}
}