Skip to content

Commit 5ab585b

Browse files
committed
Reinstate for Full Metal Daemon Muramasa
- Without disabling the media converter, the title can hang when using GE-Proton built at GloriousEggroll/proton-ge-custom@2146f1f
1 parent f67374f commit 5ab585b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gamefixes-gog/umu-1209310984.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""Game fix for Full Metal Daemon Muramasa"""
2+
3+
from protonfixes import util
4+
5+
6+
def main() -> None:
7+
util.disable_protonmediaconverter()

0 commit comments

Comments
 (0)