Skip to content

Commit

Permalink
Merge pull request #80 from pinapelz/master
Browse files Browse the repository at this point in the history
Game fix for The Quintessential Quintuplets - Five Memories Spent With You
  • Loading branch information
R1kaB3rN authored Jun 5, 2024
2 parents fe8af4a + 6949ece commit 1189301
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gamefixes-steam/2507620.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
""" Game fix for The Quintessential Quintuplets - Five Memories Spent With You
"""
#pylint: disable=C0103

from protonfixes import util

def main():
""" Install xact
"""

# Fixes audio not playing and some background music
util.protontricks('xact')

0 comments on commit 1189301

Please sign in to comment.