From 88fe5fb1c761f94724457311295ca1c9d9927021 Mon Sep 17 00:00:00 2001 From: eskay993 Date: Sun, 2 Mar 2025 10:36:19 +0000 Subject: [PATCH] Add files via upload Add fix for extremely loud audio glitches when using Spy Drones and when in hangar section. --- gamefixes-steam/6920.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamefixes-steam/6920.py diff --git a/gamefixes-steam/6920.py b/gamefixes-steam/6920.py new file mode 100644 index 00000000..0716cbcb --- /dev/null +++ b/gamefixes-steam/6920.py @@ -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') + \ No newline at end of file