1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-15 07:29:17 +01:00

[util] Enable longMad for Red Faction Guerrila Remastered

This commit is contained in:
Robin Kertels 2024-04-27 15:42:49 +02:00 committed by Philip Rebohle
parent e7d14e97de
commit 79398b468d

View File

@ -420,6 +420,11 @@ namespace dxvk {
{ "d3d11.exposeDriverCommandLists", "False" }, { "d3d11.exposeDriverCommandLists", "False" },
{ "dxgi.hideNvidiaGpu", "False" }, { "dxgi.hideNvidiaGpu", "False" },
}} }, }} },
/* Red Faction Guerrilla Re-Mars-tered *
* Broken skybox */
{ R"(\\rfg\.exe$)", {{
{ "d3d11.longMad", "True" },
}} },
/**********************************************/ /**********************************************/
/* D3D9 GAMES */ /* D3D9 GAMES */