Skip to content

Commit

Permalink
Add fix for Deus Ex: Invisible War (#248)
Browse files Browse the repository at this point in the history
Add fix for extremely loud audio glitches when using Spy Drones and when in hangar section.
  • Loading branch information
eskay993 authored Mar 2, 2025
1 parent c363db5 commit 2fed74f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/6920.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Deus Ex: Invisible War"""

from protonfixes import util


def main() -> None:
# Fix for extremely loud audio glitches when using Spy Drones
util.protontricks('dsound')

0 comments on commit 2fed74f

Please sign in to comment.