disabled hdr due to flickering in games

This commit is contained in:
Hannes
2026-08-21 19:47:08 +02:00
parent c7db3bc09d
commit 8deb311047
2 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ if USER == "honney" then
render = {
direct_scanout = 2,
cm_enabled = true,
cm_auto_hdr = 1,
cm_auto_hdr = 0,
}
})
elseif USER == "teo" then
@@ -154,7 +154,7 @@ end
if USER == "honney" then
hl.config({
quirks ={
prefer_hdr = 1,
prefer_hdr = 0,
}
})
else