[Linux-only] basically bloxstap for sober

actual fix

+3 -3
+3 -3
src/plugins/fflags.ts
··· 92 DFIntAnimationLodFacsDistanceMax: 0, 93 DFIntAnimationLodFacsVisibilityDenominator: 0, 94 FIntViewportFrameMaxSize: 0, 95 - FFlagUseUnifiedRenderStepped: false 96 }; 97 98 for (const [fflag, value] of Object.entries(fflags)) { ··· 114 FFlagOptimizeNetwork: true, 115 FFlagOptimizeNetworkTransport: true, 116 DFIntConnectionMTUSize: 900, 117 - FFlagEnableNewInput: true, 118 - DFIntMaxFrameBufferSize: 4 119 }; 120 121 for (const [fflag, value] of Object.entries(fflags)) {
··· 92 DFIntAnimationLodFacsDistanceMax: 0, 93 DFIntAnimationLodFacsVisibilityDenominator: 0, 94 FIntViewportFrameMaxSize: 0, 95 + FFlagUseUnifiedRenderStepped: false, 96 + DFIntMaxFrameBufferSize: 4 97 }; 98 99 for (const [fflag, value] of Object.entries(fflags)) { ··· 115 FFlagOptimizeNetwork: true, 116 FFlagOptimizeNetworkTransport: true, 117 DFIntConnectionMTUSize: 900, 118 + FFlagEnableNewInput: true 119 }; 120 121 for (const [fflag, value] of Object.entries(fflags)) {