summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2026-06-16 19:17:53 +0800
committerHilton Chain <hako@ultrarare.space>2026-06-17 01:04:41 +0800
commit057bb6020938154872d392817842cfede266010c (patch)
tree032d15e209bad79eb467acd20a9df44ca0034994
parent91c650de1b1c43aa7ba3e8b7ef9cd34f879fb5de (diff)
nongnu: nvda-new-feature: Add NVENC patch.
* nonguix/transformations.scm (nonguix-transformation-nvidia): Add NVENC patch for nvda-new-feature.
-rw-r--r--nonguix/transformations.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonguix/transformations.scm b/nonguix/transformations.scm
index c734c7d..134fb22 100644
--- a/nonguix/transformations.scm
+++ b/nonguix/transformations.scm
@@ -173,7 +173,7 @@ REMOVE-NVENC-RESTRICTION? (default: #f) applies patches from
173 (,nvda-new-feature 173 (,nvda-new-feature
174 . ,((if remove-nvenc-restriction? 174 . ,((if remove-nvenc-restriction?
175 (remove-restriction 175 (remove-restriction
176 #:nvenc #f 176 #:nvenc "s/\\xe8\\x45\\x00\\xfe\\xff\\x41\\x89\\xc4\\x85\\xc0/\\xe8\\x45\\x00\\xfe\\xff\\x29\\xc0\\x41\\x89\\xc4/g"
177 #:nvfbc "s/\\x85\\xc0\\x0f\\x85\\xd4\\x00\\x00\\x00\\x48/\\x85\\xc0\\x90\\x90\\x90\\x90\\x90\\x90\\x48/g") 177 #:nvfbc "s/\\x85\\xc0\\x0f\\x85\\xd4\\x00\\x00\\x00\\x48/\\x85\\xc0\\x90\\x90\\x90\\x90\\x90\\x90\\x48/g")
178 identity) 178 identity)
179 driver)) 179 driver))