proton: Add Warframe to OPWR disablement list.

CW-Bug-Id: #20944

The game's launcher starts hitting unimplemented d3dcompiler
bits with OPWR supported.
This commit is contained in:
Paul Gofman 2022-07-08 14:25:14 -05:00 committed by Arkadiusz Hiler
parent 7d4ca96ae1
commit 7e27da4bc2

3
proton
View file

@ -1034,6 +1034,9 @@ def default_compat_config():
"1180660", #Tell Me Why
"1238430", #Tell Me Why Chapter 2
"1266670", #Tell Me Why Chapter 3
# Other issues arising from OWPR code path in apps, e. g., hitting unimplemented bits in
# d3dcompiler.
"230410", #Warframe
]:
ret.add("noopwr")