Skip to content

Commit

Permalink
[util] Enable modeHeightFilter for the first two AquaNox games
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall committed Aug 12, 2023
1 parent 92a770b commit 203bd08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,18 @@ namespace dxvk {
{ R"(\\Vietnam\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* AquaNox *
* Errors out and quits on startup *
* if too many modes are reported */
{ R"(\\Aqua\.exe$)", {{
{ "d3d9.modeHeightFilter", "480,600,720,768,800,1024,1080" },
}} },
/* AquaNox 2 *
* Won't start or crashes on resolution *
* change if too many modes are reported */
{ R"(\\AN2\.dat$)", {{
{ "d3d9.modeHeightFilter", "480,600,720,768,800,1024,1080" },
}} },

/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
Expand Down

0 comments on commit 203bd08

Please sign in to comment.