···4141 if (moonlightHost.getConfigOption<boolean>("nativeFixes", "linuxSpeechDispatcher") ?? true) {
4242 app.commandLine.appendSwitch("enable-speech-dispatcher");
4343 }
4444+4545+ if (moonlightHost.getConfigOption<boolean>("nativeFixes", "linuxHevcSupport") ?? true) {
4646+ enabledFeatures.push("PlatformHEVCDecoderSupport");
4747+ }
4448}
45494650// NOTE: Only tested if this appears on Windows, it should appear on all when
···6464 "description": "Actually implements updating Discord on Linux. Has no effect on other operating systems",
6565 "type": "boolean",
6666 "default": false
6767+ },
6868+ "linuxHevcSupport": {
6969+ "advice": "restart",
7070+ "displayName": "HEVC support on Linux",
7171+ "description": "You might also need to enable Vulkan renderer. Has no effect on other operating systems",
7272+ "type": "boolean",
7373+ "default": true
6774 }
6875 },
6976 "apiLevel": 2