enable hdr

This commit is contained in:
chaos 2024-09-04 14:27:26 +01:00
parent 53e6c8be19
commit 72bb4c3bde
No known key found for this signature in database

View file

@ -13,7 +13,7 @@
]);
kodi-gamescope = pkgs.writeShellScriptBin "kodi-gamescope" ''
gamescope --expose-wayland --enable-hdr -- ${kodiPackage}/bin/kodi $@
gamescope --expose-wayland --hdr-enabled -- ${kodiPackage}/bin/kodi $@
'';
kodiSessionFile =