Skip to content

Commit

Permalink
Merge pull request #143 from Blisto91/rome2-d3dx11
Browse files Browse the repository at this point in the history
fix: Remove d3dx11_42 fix for Total War Rome 2
  • Loading branch information
R1kaB3rN authored Sep 27, 2024
2 parents 7ed8c8b + cfd4690 commit b5ee1d4
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 b5ee1d4

Please sign in to comment.