From 7e27da4bc2e356c42ebcd01e37286f1af5349581 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 8 Jul 2022 14:25:14 -0500 Subject: [PATCH] proton: Add Warframe to OPWR disablement list. CW-Bug-Id: #20944 The game's launcher starts hitting unimplemented d3dcompiler bits with OPWR supported. --- proton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proton b/proton index 824f3a87..e4f4c8d9 100755 --- a/proton +++ b/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")