From 6f93d3bf22fe2c46ee60b8b9f4487dd6a0b6a078 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sun, 26 Jan 2020 17:55:38 +0000 Subject: [PATCH] [util] Disable float emulation for Hat in Time Squeezes out some extra performance in this title --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 9144b0efe..4a4680659 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -181,7 +181,7 @@ namespace dxvk { /* A Hat in Time */ { R"(\\HatinTimeGame\.exe$)", {{ - { "d3d9.strictPow", "False" }, + { "d3d9.floatEmulation", "False" }, { "d3d9.lenientClear", "True" }, }} }, /* Borderlands: The Pre Sequel! */