Skip to content

Commit

Permalink
add fix for Worms: Blast
Browse files Browse the repository at this point in the history
fixes in-menu and in-game music by installing directmusic
  • Loading branch information
iodream committed Sep 21, 2024
1 parent 2348f5d commit 66a684e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/70650.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
""" Game fix for Worms: Blast """

from protonfixes import util


def main() -> None:
""" Installs directmusic to fix menu and game music """

util.protontricks('directmusic')

0 comments on commit 66a684e

Please sign in to comment.