1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[util] Set enableRtOutputNaNFixup for Empire of Sin (#1858)

Co-authored-by: Jason Bagavatsingham <jason.bagavtsingham@gmail.com>
This commit is contained in:
Jason Bagavatsingham 2021-01-02 04:42:26 -05:00 committed by GitHub
parent d0d1d99537
commit 05f4b1bb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,10 @@ namespace dxvk {
{ R"(\\artofrally(_demo)?\.exe$)", {{ { R"(\\artofrally(_demo)?\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" }, { "d3d11.enableRtOutputNanFixup", "True" },
}} }, }} },
/* Empire of Sin */
{ R"(\\EmpireOfSin\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/**********************************************/ /**********************************************/
/* D3D9 GAMES */ /* D3D9 GAMES */