mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-08 14:18:26 +02:00
Update polling rate in controller-shortcut.js
This commit is contained in:
@@ -85,7 +85,7 @@ if (btnHome) {
|
||||
|
||||
this.inputSink.onGamepadInput(performance.now() - intervalMs, fakeGamepadMappings);
|
||||
} else {
|
||||
intervalMs = 4;
|
||||
intervalMs = window.BX_CONTROLLER_POLLING_RATE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user