1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[util] Disable float emulation for Hat in Time

Squeezes out some extra performance in this title
This commit is contained in:
Joshua Ashton 2020-01-26 17:55:38 +00:00 committed by Philip Rebohle
parent 720cdf383e
commit 6f93d3bf22

View File

@ -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! */