Skip to content

Commit

Permalink
Merge pull request #78 from OlegAckbar/master
Browse files Browse the repository at this point in the history
Add fix for Persona 4 Golden on Steam
  • Loading branch information
GloriousEggroll authored Jun 4, 2024
2 parents 25cc9c5 + 71a1f13 commit fe8af4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gamefixes-steam/1113000.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Game fix for Persona 4 Golden
"""
#pylint: disable=C0103

from protonfixes import util

def main():
util.protontricks('d3dx11_43')
util.protontricks('wmp9')
util.protontricks('klite')

0 comments on commit fe8af4a

Please sign in to comment.