mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[util] Set enableRtOutputNaNFixup for Empire of Sin (#1858)
Co-authored-by: Jason Bagavatsingham <jason.bagavtsingham@gmail.com>
This commit is contained in:
parent
d0d1d99537
commit
05f4b1bb3c
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user