Skip to content

Commit

Permalink
Create fix for Hell Yeah! (#179)
Browse files Browse the repository at this point in the history
Game needs xna40 to play intro and in game videos as well as fix the music
  • Loading branch information
kasha695 authored Dec 18, 2024
1 parent a2c80f7 commit 5c8a2d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/205230.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Hell Yeah!"""

from protonfixes import util


def main() -> None:
"""Installs xna40 to fix videos and music"""
util.protontricks('xna40')

0 comments on commit 5c8a2d7

Please sign in to comment.