Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-03-20 18:06:56 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-03-20 18:07:25 +0300
commitc22c30ccf68c634c998919d4ae01979458cb9c84 (patch)
tree9227f3e19ebc47af39a216d56f1a3d98de1aa5e0 /README.md
parenta9339ae8321e855b2c12d6f7a60fe956d8cd4ba5 (diff)
[meta] Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d78930c8..e1ff1d2e 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ This will **copy** the DLLs into the `system32` and `syswow64` directories of yo
The setup script optionally takes the following arguments:
- `--symlink`: Create symbolic links to the DLL files instead of copying them. This is especially useful for development.
+- `--with-d3d10`: Install the `d3d10{_1}.dll` helper libraries.
- `--without-dxgi`: Do not install DXVK's DXGI implementation and use the one provided by wine instead. This is necessary for both vkd3d and DXVK to work within the same wine prefix.
Verify that your application uses DXVK instead of wined3d by checking for the presence of the log file `d3d9.log` or `d3d11.log` in the application's directory, or by enabling the HUD (see notes below).