Skip to content

Commit

Permalink
add xinput protonfix for dragon age inquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 28, 2024
1 parent 0f9e17d commit b6e256b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions gamefixes-ea/umu-1222690.py
10 changes: 10 additions & 0 deletions gamefixes-steam/1222690.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Game fix for Dragon Age Inquisition
"""
#pylint: disable=C0103
from protonfixes import util

def main():
""" Has Xinput patch in proton-wine
"""
# Set SteamGameId so that non-steam versions can pick up steam-specific fixes in proton's wine code
util.set_environment('SteamGameId','1222690')

0 comments on commit b6e256b

Please sign in to comment.