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

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2020-12-28 18:05:40 +0300
committerJens Peters <jp7677@gmail.com>2020-12-28 18:05:40 +0300
commit86d695d038005607c60af0b8cb83850426c6bfdd (patch)
treee9cac48e8d477cc153badbde16c8ed04172dcd0a /README.md
parentc01ded997624dcb0dae005d7930d0c95d92a83da (diff)
Add note about the windows version of the wine prefix.
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 56aca30..4c8fb96 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ Pre-built binaries are available at [https://github.com/jp7677/dxvk-nvapi/releas
- Copy `nvapi64.dll`/`nvapi.dll` into the `system32`/`syswow64` folder of your x64/x86 Wine prefix.
- Make sure that your prefix uses the native version of nvapi64, e.g. with `WINEDLLOVERRIDES=nvapi,nvapi64=n`.
- Disable the `nvapiHack` in DXVK, see [dxvk.conf](https://github.com/doitsujin/dxvk/blob/master/dxvk.conf#L34), this needs DXVK's `dxgi.dll`, use it e.g. with `WINEDLLOVERRIDES=dxgi=n`.
+- Eventually the Wine prefix needs to be set to `Windows 7`. The exact circumstances when this is needed are (yet) unknown.
## References and inspirations