Stop using setCodecPreferences() as it causes stuttering on Chromium 124+

This commit is contained in:
redphx
2024-07-01 17:22:24 +07:00
parent 7aee4d5148
commit 889a97e56b
4 changed files with 69 additions and 36 deletions

View File

@@ -456,9 +456,6 @@ class XcloudInterceptor {
});
}
overrides.videoConfiguration = overrides.videoConfiguration || {};
overrides.videoConfiguration.setCodecPreferences = true;
// Enable touch controller
if (TouchController.isEnabled()) {
overrides.inputConfiguration.enableTouchInput = true;