1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-02 04:29:14 +01:00

[util] Enable d3d9.invariantPosition for Halo/Hale CE

Fixes #1550
This commit is contained in:
DadSchoorse 2020-05-17 19:58:15 +02:00 committed by Philip Rebohle
parent 2e378257ea
commit 84bb768a32

View File

@ -276,6 +276,7 @@ namespace dxvk {
}} }, }} },
/* Halo CE/HaloPC */ /* Halo CE/HaloPC */
{ R"(\\halo(ce)?\.exe$)", {{ { R"(\\halo(ce)?\.exe$)", {{
{ "d3d9.invariantPosition", "True" },
// Game enables minor decal layering fixes // Game enables minor decal layering fixes
// specifically when it detects AMD. // specifically when it detects AMD.
// Avoids chip being detected as unsupported // Avoids chip being detected as unsupported