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

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Lehmann <dadschoorse@gmail.com>2022-09-26 11:41:21 +0300
committerJoshie <joshua@froggi.es>2022-09-26 23:39:51 +0300
commit6188ffa23a87ca9f96572a01abf82668329ef838 (patch)
treea961a6f1281e1b305f4638c44d6e3867905113f0 /dxvk.conf
parent7552cfe62ad86dda0f48295d6e440096d8c88344 (diff)
[d3d9] Add a config option for D24 -> D32
Diffstat (limited to 'dxvk.conf')
-rw-r--r--dxvk.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/dxvk.conf b/dxvk.conf
index abe6df4d..5c274652 100644
--- a/dxvk.conf
+++ b/dxvk.conf
@@ -451,6 +451,15 @@
# d3d9.supportDFFormats = True
+# Use D32f for D24
+#
+# Useful for reproducing AMD issues on other hw.
+#
+# Supported values:
+# - True/False
+
+# d3d9.useD32forD24 = False
+
# Support X4R4G4B4
#
# Support the X4R4G4B4 format.