From 13527b9cf65bb0655ba8d1a7705e1b5f4721733e Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:08:41 +0700 Subject: [PATCH] Bug fixes --- dist/better-xcloud.user.js | 2 +- src/modules/patcher.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 6b47113..3800beb 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -5120,7 +5120,7 @@ if (this.baseStorageKey in window.BX_EXPOSED.overrideSettings) { "disableStreamGate", "overrideSettings", "broadcastPollingMode", - getPref(PrefKey.UI_CONTROLLER_FRIENDLY) && "patchGamepadPolling", + "patchGamepadPolling", "exposeStreamSession", "exposeDialogRoutes", "enableTvRoutes", diff --git a/src/modules/patcher.ts b/src/modules/patcher.ts index 17fa6ec..78801f3 100644 --- a/src/modules/patcher.ts +++ b/src/modules/patcher.ts @@ -814,7 +814,7 @@ let PATCH_ORDERS: PatchArray = [ 'disableStreamGate', 'overrideSettings', 'broadcastPollingMode', - getPref(PrefKey.UI_CONTROLLER_FRIENDLY) && 'patchGamepadPolling', + 'patchGamepadPolling', 'exposeStreamSession', 'exposeDialogRoutes',