Skip to content

Commit

Permalink
fix: Remove d3dx11_42 fix for Total War Rome 2
Browse files Browse the repository at this point in the history
Builtin should work fine in Proton Wine since commit ValveSoftware/wine@5d34c6c
  • Loading branch information
Blisto91 committed Sep 27, 2024
1 parent 7ed8c8b commit cfd4690
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gamefixes-steam/214950.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@


def main() -> None:
"""Installs d3dx11_42, d3dcompiler_42, directplay
"""Installs d3dcompiler_42, directplay
Disable esync and fsync
"""
util.protontricks('d3dx11_42')
util.protontricks('d3dcompiler_42')
util.protontricks('directplay')
util.disable_esync()
Expand Down

0 comments on commit cfd4690

Please sign in to comment.