From 21330497e00be86b9eda354c5f9f0970f0870e6b Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 23 Jan 2020 01:31:57 +0100 Subject: [PATCH] [util] Add app profile for Entropia Universe Fixes #1364 (again). --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 3d0c26f7f95..96bc992fe2a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -170,6 +170,10 @@ namespace dxvk { { R"(\\starwarsbattlefrontii\.exe$)", {{ { "dxgi.customVendorId", "10de" }, }} }, + /* Entropia Universe */ + { R"(\\Entropia\.exe$)", {{ + { "d3d11.invariantPosition", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */