mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Remove "enableConsoleLogging" patch from Stream page
This commit is contained in:
parent
d063500aae
commit
7332528f72
1
dist/better-xcloud.pretty.user.js
vendored
1
dist/better-xcloud.pretty.user.js
vendored
@ -5737,7 +5737,6 @@ ${subsVar} = subs;
|
|||||||
getGlobalPref("touchController.opacity.default") !== 100 && "patchTouchControlDefaultOpacity",
|
getGlobalPref("touchController.opacity.default") !== 100 && "patchTouchControlDefaultOpacity",
|
||||||
getGlobalPref("touchController.mode") !== "off" && (getGlobalPref("mkb.enabled") || getGlobalPref("nativeMkb.mode") === "on") && "patchBabylonRendererClass"
|
getGlobalPref("touchController.mode") !== "off" && (getGlobalPref("mkb.enabled") || getGlobalPref("nativeMkb.mode") === "on") && "patchBabylonRendererClass"
|
||||||
] : [],
|
] : [],
|
||||||
BX_FLAGS.EnableXcloudLogging && "enableConsoleLogging",
|
|
||||||
"patchPollGamepads",
|
"patchPollGamepads",
|
||||||
getGlobalPref("stream.video.combineAudio") && "streamCombineSources",
|
getGlobalPref("stream.video.combineAudio") && "streamCombineSources",
|
||||||
...getGlobalPref("xhome.enabled") ? [
|
...getGlobalPref("xhome.enabled") ? [
|
||||||
|
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
File diff suppressed because one or more lines are too long
@ -1329,8 +1329,6 @@ let STREAM_PAGE_PATCH_ORDERS = PatcherUtils.filterPatches([
|
|||||||
(getGlobalPref(GlobalPref.TOUCH_CONTROLLER_MODE) !== TouchControllerMode.OFF && (getGlobalPref(GlobalPref.MKB_ENABLED) || getGlobalPref(GlobalPref.NATIVE_MKB_MODE) === NativeMkbMode.ON)) && 'patchBabylonRendererClass',
|
(getGlobalPref(GlobalPref.TOUCH_CONTROLLER_MODE) !== TouchControllerMode.OFF && (getGlobalPref(GlobalPref.MKB_ENABLED) || getGlobalPref(GlobalPref.NATIVE_MKB_MODE) === NativeMkbMode.ON)) && 'patchBabylonRendererClass',
|
||||||
] : []) as PatchArray,
|
] : []) as PatchArray,
|
||||||
|
|
||||||
BX_FLAGS.EnableXcloudLogging && 'enableConsoleLogging',
|
|
||||||
|
|
||||||
'patchPollGamepads',
|
'patchPollGamepads',
|
||||||
|
|
||||||
getGlobalPref(GlobalPref.STREAM_COMBINE_SOURCES) && 'streamCombineSources',
|
getGlobalPref(GlobalPref.STREAM_COMBINE_SOURCES) && 'streamCombineSources',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user