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

[util] Set enableRtOutputNanFixup for some Chilla's Art games

See ValveSoftware/Proton#4167

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Samuel Pitoiset 2020-09-26 16:45:49 +02:00 committed by Philip Rebohle
parent 3487685a79
commit ccb782219c
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -242,6 +242,18 @@ namespace dxvk {
{ R"(\\Naheulbeuk\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* The Ghost Train */
{ R"(\\TheGhostTrain\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* Missing Children */
{ R"(\\Missing Children\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* The Convenience Store Yakin Jiken */
{ R"(\\The Convenience Store Yakin Jiken\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */