Skip to content

Commit

Permalink
add steamgameid fix for ea app version of immortals of aveum, needed …
Browse files Browse the repository at this point in the history
…for video playback
  • Loading branch information
GloriousEggroll committed Feb 27, 2025
1 parent b0740cc commit 3400bd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gamefixes-ea/umu-2009100.py
8 changes: 8 additions & 0 deletions gamefixes-steam/2009100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Immortals of Aveum"""

from protonfixes import util


def main() -> None:
# Set SteamGameId so that non-steam versions can pick up steam-specific fixes in proton's wine code
util.set_environment('SteamGameId', '2009100')

0 comments on commit 3400bd2

Please sign in to comment.