mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-22 21:35:08 +00:00
update hardware accel flags for chromium 131 (#1058)
Co-authored-by: v <vendicated@riseup.net>
This commit is contained in:
parent
00fb658355
commit
eddbe27c4d
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@ function init() {
|
||||||
if (hardwareAcceleration === false) {
|
if (hardwareAcceleration === false) {
|
||||||
app.disableHardwareAcceleration();
|
app.disableHardwareAcceleration();
|
||||||
} else {
|
} else {
|
||||||
enabledFeatures.push("VaapiVideoDecodeLinuxGL", "VaapiVideoEncoder", "VaapiVideoDecoder");
|
enabledFeatures.push(
|
||||||
|
"AcceleratedVideoDecodeLinuxGL",
|
||||||
|
"AcceleratedVideoEncoder",
|
||||||
|
"AcceleratedVideoDecoder",
|
||||||
|
"AcceleratedVideoDecodeLinuxZeroCopyGL"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (disableSmoothScroll) {
|
if (disableSmoothScroll) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue