From ebb95f227d06f0fc64d8d613524cc740176b0dcf Mon Sep 17 00:00:00 2001 From: jenz Date: Fri, 3 Jul 2026 12:12:47 +0100 Subject: [PATCH] updated readme with example for copying dxvk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7798db4..e888701 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,4 @@ css-client ## using DXVK cache and MESA_SHADER_CACHE which are mounted volumes ## the inbuilt DXVK version 2.3 is replaced with DXVK 3.0 downloaded from https://github.com/doitsujin/dxvk/releases/download/v3.0/dxvk-3.0.tar.gz +## docker cp dxvk-3.0/x64/d3d9.dll 'css-test:/home/ubuntu/Counter-Strike Source/bin/x64/dxvk_d3d9.dll' #probably was like this to copy it in.