Skip to content

Commit

Permalink
fix issue with d3d9
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jun 16, 2019
1 parent 0904bbd commit 5d4488e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proton
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ if "nod3d10" in config_opts:
dlloverrides["dxgi"] = ""

if "nod3d9" in config_opts:
dlloverrides["d3d9"] = ""
dlloverrides["d3d9"] = "builtin"

s = ""
for dll in dlloverrides:
Expand Down

0 comments on commit 5d4488e

Please sign in to comment.