Skip to content

Commit

Permalink
[util] Enable longMad for Red Faction Guerrila Remastered
Browse files Browse the repository at this point in the history
  • Loading branch information
K0bin committed Apr 27, 2024
1 parent 956ebd3 commit 28a428b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@ namespace dxvk {
{ "d3d11.exposeDriverCommandLists", "False" },
{ "dxgi.hideNvidiaGpu", "False" },
}} },
/* Red Faction Guerrilla Re-Mars-tered *
* Broken skybox */
{ R"(\\rfg\.exe$)", {{
{ "d3d11.longMad", "True" },
}} },

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

0 comments on commit 28a428b

Please sign in to comment.