1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[util] set enableRtOutputNanFixup for VRChat (#1872)

Fixes rendering issues with RADV.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Samuel Pitoiset 2021-01-01 23:07:11 +01:00 committed by GitHub
parent ea13a68678
commit d0d1d99537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,6 +419,10 @@ namespace dxvk {
{ R"(\\eqgame\.exe$)", {{ { R"(\\eqgame\.exe$)", {{
{ "d3d9.apitraceMode", "True" }, { "d3d9.apitraceMode", "True" },
}} }, }} },
/* VRChat */
{ R"(\\VRChat\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
}}; }};