diff --git a/gamefixes-steam/2507620.py b/gamefixes-steam/2507620.py new file mode 100644 index 00000000..9b8c4a4c --- /dev/null +++ b/gamefixes-steam/2507620.py @@ -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')