[go: nahoru, domu]

Skip to content

Commit

Permalink
README: fix wine dll path
Browse files Browse the repository at this point in the history
cherry picked from doitsujin@7644776
  • Loading branch information
Gcenx committed Mar 14, 2023
1 parent 0d143aa commit 87fe4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Release builds can be found [here](https://github.com/doitsujin/dxvk/releases).
In order to install a DXVK package obtained from the [release](https://github.com/doitsujin/dxvk/releases) page into a given wine prefix, copy or symlink the DLLs into the following directories as follows, then open `winecfg` and manually add DLL overrides for `d3d11`, `d3d10core`, `dxgi`, and `d3d9`:
```
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/system32
cp x32/*.dll $WINEPREFIX/drive_c/syswow64
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32
cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64
winecfg
```

Expand Down

0 comments on commit 87fe4f7

Please sign in to comment.