Skip to content

Commit

Permalink
Merge pull request #74 from crumbfive/shogun2
Browse files Browse the repository at this point in the history
Add fix for Total War: Shogun 2 on Steam
  • Loading branch information
R1kaB3rN authored May 8, 2024
2 parents 335d33e + 16c7a48 commit 961c527
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gamefixes-steam/34330.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Total War: Shogun 2
"""
#pylint: disable=C0103

from protonfixes import util

def main():

util.protontricks('d3dx11_42')
util.protontricks('d3dcompiler_43')

0 comments on commit 961c527

Please sign in to comment.