Skip to content

Commit

Permalink
Add Mini Ninjas audio fix
Browse files Browse the repository at this point in the history
Game needs an external library for audio to work.
  • Loading branch information
UsernamesAreNotMyThing authored Oct 23, 2024
1 parent 734079d commit 5915767
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 5915767

Please sign in to comment.