proton: Add Wuthering Waves to OPWR disablement list.

CW-Bug-Id: #25676
This commit is contained in:
Paul Gofman 2025-07-17 12:08:35 -06:00
parent 1fb75ba2a9
commit 2189e4461c

1
proton
View File

@ -1246,6 +1246,7 @@ def default_compat_config():
# Other issues arising from OWPR code path in apps, e. g., hitting unimplemented bits in # Other issues arising from OWPR code path in apps, e. g., hitting unimplemented bits in
# d3dcompiler. # d3dcompiler.
"230410", #Warframe "230410", #Warframe
"3513350", #Wuthering Waves
]: ]:
ret.add("noopwr") ret.add("noopwr")