Skip to content

Commit 6e00fa2

Browse files
authored
fix: disable wmvdecod.dll for Full Metal Daemon Muramasa (#312)
- Not disabling wmvdecod.dll results in Gstreamer plugins failing to load in GE-Proton built at GloriousEggroll/proton-ge-custom@2146f1f
1 parent 4d6c886 commit 6e00fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gamefixes-gog/umu-1209310984.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
def main() -> None:
77
util.disable_protonmediaconverter()
8+
util.winedll_override('wmvdecod', util.OverrideOrder.DISABLED)

0 commit comments

Comments
 (0)