mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 10:24:12 +01:00
[util]: Set enableRtOutputNaNFixup for Art of Rally
Fixes the (Windows) Art of Rally demo. See https://gitlab.freedesktop.org/mesa/mesa/-/issues/3562 Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
This commit is contained in:
parent
ccb782219c
commit
4251b7a59c
@ -254,6 +254,10 @@ namespace dxvk {
|
|||||||
{ R"(\\The Convenience Store Yakin Jiken\.exe$)", {{
|
{ R"(\\The Convenience Store Yakin Jiken\.exe$)", {{
|
||||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Art of Rally */
|
||||||
|
{ R"(\\artofrally(_demo)?\.exe$)", {{
|
||||||
|
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user