From 62cd3cc12152eeb521aca3be501d394c73b023d6 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:11:38 +0000 Subject: [PATCH] Add Arcana Heart 3 fix --- 370460.py | 1 + 661990.py | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 120000 370460.py create mode 100644 661990.py diff --git a/370460.py b/370460.py new file mode 120000 index 00000000..a1d0623a --- /dev/null +++ b/370460.py @@ -0,0 +1 @@ +661990.py \ No newline at end of file diff --git a/661990.py b/661990.py new file mode 100644 index 00000000..53d678bf --- /dev/null +++ b/661990.py @@ -0,0 +1,8 @@ +"""Arcana Heart 3""" + +from protonfixes import util + + +def main() -> None: + """Plays at wrong speed at frame rates higher than 60 FPS.""" + util.set_environment('DXVK_FRAME_RATE', '60') \ No newline at end of file