Remove "enableConsoleLogging" patch from Stream page

This commit is contained in:
redphx 2025-03-21 05:29:14 +07:00
parent d063500aae
commit 7332528f72
3 changed files with 1 additions and 4 deletions

View File

@ -5737,7 +5737,6 @@ ${subsVar} = subs;
getGlobalPref("touchController.opacity.default") !== 100 && "patchTouchControlDefaultOpacity",
getGlobalPref("touchController.mode") !== "off" && (getGlobalPref("mkb.enabled") || getGlobalPref("nativeMkb.mode") === "on") && "patchBabylonRendererClass"
] : [],
BX_FLAGS.EnableXcloudLogging && "enableConsoleLogging",
"patchPollGamepads",
getGlobalPref("stream.video.combineAudio") && "streamCombineSources",
...getGlobalPref("xhome.enabled") ? [

File diff suppressed because one or more lines are too long

View File

@ -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',
] : []) as PatchArray,
BX_FLAGS.EnableXcloudLogging && 'enableConsoleLogging',
'patchPollGamepads',
getGlobalPref(GlobalPref.STREAM_COMBINE_SOURCES) && 'streamCombineSources',