From 0a7775b8fcab5123ecf08951ffe06d839d36031b Mon Sep 17 00:00:00 2001 From: effects3d Date: Sat, 29 Aug 2026 18:10:45 +0200 Subject: [PATCH] internal/config: Update DXVK version to 3.1 Signed-off-by: effects3d --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index e5ebd381..e87d2dc1 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -23,7 +23,7 @@ import ( ) const ( - DXVKVersion = "2.7.1" + DXVKVersion = "3.1" DXVKSarekVersion = "Sarek-1.11.0-async" WebViewVersion = "144.0.3719.92"