From 0d5d38d109ab85295565da50ca0b9ed11e118c52 Mon Sep 17 00:00:00 2001 From: sporif Date: Fri, 19 Feb 2021 11:25:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2ada7..6c82105 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An attempt to improve the dxvk async patch at https://github.com/jomihaka/dxvk-p ### Improvements - - Compatible with dxvk v1.4.3 - v1.7.3 + - Compatible with dxvk v1.4.3 - v1.8 - Async pipelines are written to the state cache. The original patch doesn't since it was made before dxvk introduced the state cache. Previously you would end up with near empty state caches when using dxvk-async, now you can have the best of both worlds.