Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gofman <pgofman@codeweavers.com>2022-07-08 22:25:14 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-08-10 19:29:30 +0300
commit7e27da4bc2e356c42ebcd01e37286f1af5349581 (patch)
tree48d964ac9c0af80356fc1f2c9fb5daddc5f5eb79
parent7d4ca96ae15aa2024c6d0ca576043c377d6b5abf (diff)
proton: Add Warframe to OPWR disablement list.
CW-Bug-Id: #20944 The game's launcher starts hitting unimplemented d3dcompiler bits with OPWR supported.
-rwxr-xr-xproton3
1 files changed, 3 insertions, 0 deletions
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")