From c1efe2f6b554d57c9cb0983c39a9aa5c7f79383e Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 6 Feb 2018 08:17:17 +0100 Subject: [PATCH] [general] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21618f73..49987b50 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ ninja ninja install ``` -The two libraries `dxgi_vk.dll` and `d3d11_vk.dll`as well as some demo executables will be located in `/your/dxvk/directory/bin`. +The two libraries `dxgi.dll` and `d3d11.dll`as well as some demo executables will be located in `/your/dxvk/directory/bin`. ## How to use In order to set up a wine prefix to use DXVK instead of wined3d globally, run: ``` cd /your/dxvk/directory/bin -WINEPREFIX=/your/wineprefix bash dlls_setup.sh +WINEPREFIX=/your/wineprefix bash setup_dxvk.sh ``` Verify that your application uses DXVK instead of wined3d by checking for the presence of the log files `d3d11.log` and `dxgi.log` in the application's directory, or by enabling the HUD (see notes below).