From 5c8a2d78e6af7d71d1082f9f56448b97940ee8af Mon Sep 17 00:00:00 2001 From: kasha695 <67257234+kasha695@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:54:26 +0000 Subject: [PATCH] Create fix for Hell Yeah! (#179) Game needs xna40 to play intro and in game videos as well as fix the music --- gamefixes-steam/205230.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gamefixes-steam/205230.py diff --git a/gamefixes-steam/205230.py b/gamefixes-steam/205230.py new file mode 100644 index 00000000..c3169872 --- /dev/null +++ b/gamefixes-steam/205230.py @@ -0,0 +1,8 @@ +"""Hell Yeah!""" + +from protonfixes import util + + +def main() -> None: + """Installs xna40 to fix videos and music""" + util.protontricks('xna40')