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-09-20 10:29:03 +0300
committerJens Peters <jp7677@gmail.com>2020-09-20 10:29:03 +0300
commit5e12272599b89cf4d1c9aa86ba1bda5e4a7d0a24 (patch)
tree802e9fb323bbb7fccbf49b38d1a64f8abaf5ec88 /README.md
parentb51fa682a247e9107a77f548b521f374453608ca (diff)
Fix typo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f9a4e5..b04148d 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,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 with e.g. with `WINEDLLOVERRIDES=dxgi=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`.
## References and inspirations