mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 05:38:27 +02:00
Add Polling rate setting
This commit is contained in:
@@ -33,3 +33,7 @@ export function showGamepadToast(gamepad: Gamepad) {
|
||||
|
||||
Toast.show(text, status, {instant: false});
|
||||
}
|
||||
|
||||
export function updatePollingRate() {
|
||||
window.BX_CONTROLLER_POLLING_RATE = getPref(PrefKey.CONTROLLER_POLLING_RATE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user