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:
parent
ea13a68678
commit
d0d1d99537
@ -419,6 +419,10 @@ namespace dxvk {
|
||||
{ R"(\\eqgame\.exe$)", {{
|
||||
{ "d3d9.apitraceMode", "True" },
|
||||
}} },
|
||||
/* VRChat */
|
||||
{ R"(\\VRChat\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user