Skip to content

Commit

Permalink
Add Arcana Heart 3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernamesAreNotMyThing committed Dec 30, 2024
1 parent 4eef22e commit 62cd3cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions 370460.py
8 changes: 8 additions & 0 deletions 661990.py
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 62cd3cc

Please sign in to comment.