diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 06d634d78..0e6893d31 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -419,6 +419,10 @@ namespace dxvk { { R"(\\eqgame\.exe$)", {{ { "d3d9.apitraceMode", "True" }, }} }, + /* VRChat */ + { R"(\\VRChat\.exe$)", {{ + { "d3d11.enableRtOutputNanFixup", "True" }, + }} }, }};