Skip to content

Commit

Permalink
Merge pull request #155 from UsernamesAreNotMyThing/master
Browse files Browse the repository at this point in the history
Audio fix for Mini Ninjas
  • Loading branch information
R1kaB3rN authored Oct 26, 2024
2 parents 734079d + 5915767 commit e30760d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gamefixes-steam/35000.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Game fix for Mini Ninjas"""

from protonfixes import util

def main() -> None:
"""Game needs OpenAL library for audio to work, but the game doesn't include it by default, leading to missing audio in-game, even on Windows."""
util.protontricks('openal')

0 comments on commit e30760d

Please sign in to comment.