[meta] Clarify file paths for install instructions

We got half a dozen issues about this in the past couple of weeks, and
it's quite frankly getting annoying, so just explain it in such a way
that everyone should understand it.
This commit is contained in:
Philip Rebohle 2023-03-23 02:03:45 +01:00
parent b0ed97e070
commit 4b74d1a97b
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64
winecfg
```
Note that this is **not** an error, 64-bit DLLs are indeed supposed to go to the `system32` directory. Please refrain from opening issues or pull requests to change that, the instructions are correct as they are.
Verify that your application uses DXVK instead of wined3d by by enabling the HUD (see notes below).
In order to remove DXVK from a prefix, remove the DLLs and DLL overrides, and run `wineboot -u` to restore the original DLL files.