Skip to content

Commit

Permalink
[util] Add app profile for Entropia Universe
Browse files Browse the repository at this point in the history
Fixes #1364 (again).
  • Loading branch information
doitsujin committed Jan 23, 2020
1 parent 9721938 commit 2133049
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ namespace dxvk {
{ R"(\\starwarsbattlefrontii\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
/* Entropia Universe */
{ R"(\\Entropia\.exe$)", {{
{ "d3d11.invariantPosition", "True" },
}} },

/**********************************************/
/* D3D9 GAMES */
Expand Down

0 comments on commit 2133049

Please sign in to comment.