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:
parent
3487685a79
commit
ccb782219c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user