From 2890f690f654e129ac55aeb6d027a558b41b1fed Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:21:12 +0200 Subject: [PATCH] [meta] remove --with-d3d10 from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1b26173d9..9a5793361 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ 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. 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).