From 6949ece6759cbddb9db4afb7dc11ea1d21449ec3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 4 Jun 2024 17:38:28 -0700 Subject: [PATCH] Add fix for The Quintessential Quintuplets - Five Memories Spent With You --- gamefixes-steam/2507620.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gamefixes-steam/2507620.py 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')