diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 0e6893d31..8a96f72df 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -255,6 +255,10 @@ namespace dxvk { { R"(\\artofrally(_demo)?\.exe$)", {{ { "d3d11.enableRtOutputNanFixup", "True" }, }} }, + /* Empire of Sin */ + { R"(\\EmpireOfSin\.exe$)", {{ + { "d3d11.enableRtOutputNanFixup", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */