Skip to content

Commit

Permalink
Add fix for Total War: Shogun 2 on Steam
Browse files Browse the repository at this point in the history
  • Loading branch information
Crumb5 committed May 7, 2024
1 parent 335d33e commit 16c7a48
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 16c7a48

Please sign in to comment.