-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add xinput protonfix for dragon age inquisition
- Loading branch information
1 parent
0f9e17d
commit b6e256b
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../gamefixes-steam/1222690.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |