mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Fix not disabling touch when controller found
This commit is contained in:
@@ -478,7 +478,7 @@ const PLAYING_PATCH_ORDERS = [
|
|||||||
|
|
||||||
['playVibration'],
|
['playVibration'],
|
||||||
STATES.hasTouchSupport && getPref(PrefKey.STREAM_TOUCH_CONTROLLER) === 'all' && ['exposeTouchLayoutManager'],
|
STATES.hasTouchSupport && getPref(PrefKey.STREAM_TOUCH_CONTROLLER) === 'all' && ['exposeTouchLayoutManager'],
|
||||||
STATES.hasTouchSupport && getPref(PrefKey.STREAM_TOUCH_CONTROLLER) === 'off' && ['disableTakRenderer'],
|
STATES.hasTouchSupport && (getPref(PrefKey.STREAM_TOUCH_CONTROLLER) === 'off' || getPref(PrefKey.STREAM_TOUCH_CONTROLLER_AUTO_OFF)) && ['disableTakRenderer'],
|
||||||
|
|
||||||
BX_FLAGS.EnableXcloudLogging && ['enableConsoleLogging'],
|
BX_FLAGS.EnableXcloudLogging && ['enableConsoleLogging'],
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user