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:
authorRobin Kertels <robin.kertels@gmail.com>2021-09-02 23:46:35 +0300
committerJoshie <joshua@froggi.es>2021-12-05 19:49:19 +0300
commit6c17b8801cd5bc47071e8711f32341b32d7033ea (patch)
treeec4930d3d40ace53215a643bdcf600a913a70a1d /dxvk.conf
parenteb9dfcedbde44209a9a46aa2897817724366991d (diff)
[d3d9] Add strict option to float emulation setting
Diffstat (limited to 'dxvk.conf')
-rw-r--r--dxvk.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/dxvk.conf b/dxvk.conf
index fea5b5ce..6863d05a 100644
--- a/dxvk.conf
+++ b/dxvk.conf
@@ -334,13 +334,16 @@
# Force enable/disable floating point quirk emulation
-#
+#
# Force toggle anything * 0 emulation
-# Tristate
+# Setting it to True will use a faster but less accurate approach that works for most games.
# Supported values:
-# - True/False
+# - True: Use a faster but less accurate approach. Good enough for most games
+# - False: Disable float emulation completely
+# - Strict: Use a slower but more correct approach. Necessary for some games
+# - Auto: DXVK will pick automatically
-# d3d9.floatEmulation =
+# d3d9.floatEmulation = True
# Enable dialog box mode