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:
parent
7d4ca96ae1
commit
7e27da4bc2
1 changed files with 3 additions and 0 deletions
3
proton
3
proton
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue