Skip to content

Commit

Permalink
Merge pull request #120 from salixor/fix-blue-reflection-audio-steam
Browse files Browse the repository at this point in the history
Steam: Fix audio for BLUE REFLECTION (658260)
  • Loading branch information
R1kaB3rN authored Sep 4, 2024
2 parents 1bc2ecb + 1d9b124 commit cfc3816
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gamefixes-steam/658260.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" BLUE REFLECTION
Missing voices/sounds in cutscenes
"""

#pylint: disable=C0103

from protonfixes import util

def main():
util.disable_protonmediaconverter()

0 comments on commit cfc3816

Please sign in to comment.