Skip to content

Commit

Permalink
Add fix for Epic Mickey 2 (#197)
Browse files Browse the repository at this point in the history
Game still has problems depending on where it is installed.
  • Loading branch information
UsernamesAreNotMyThing authored Jan 4, 2025
1 parent 2abbeb5 commit 1c2fbf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/245300.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Epic Mickey 2"""

from protonfixes import util


def main() -> None:
"""Green textures depending on where the game is installed."""
util.set_game_drive(True)

0 comments on commit 1c2fbf2

Please sign in to comment.