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>2021-02-12 20:35:37 +0300
committerJens Peters <jp7677@gmail.com>2021-02-12 20:35:37 +0300
commit161b7b70d7bc6b1b2e75a627d74281d0714f7c91 (patch)
tree624f07b514399c83a161c1558d9927b40e6d9205 /README.md
parent76cc25e03105b7ef0ee71dd4c6165a1c1c469062 (diff)
Update readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e084a0..9a6d3b7 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,12 @@ Pre-built binaries are available at [https://github.com/jp7677/dxvk-nvapi/releas
- 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 *touched* by a wine-staging version. Running `winecfg` is sufficient. The exact circumstances why this is needed are (still) unknown, that said `Assetto Corsa Competizione` wants that with a Proton 5.13 created prefix.
+## Debugging
+
+DXVK-NVAPI prints some logging statements to the console. Optionally those statements can be written to a log file.
+
+- `DXVK_NVAPI_LOG_PATH` Enables file logging and sets the path where the log file `dxvk_nvapi.log` should be written to. Loging is appended to an existing file. Please remove this file once in a while to prevent excessive grow.
+
## References and inspirations
- [DXVK](https://github.com/doitsujin/dxvk)