diff --git a/gamefixes-umu/umu-tenshisz.py b/gamefixes-umu/umu-tenshisz.py new file mode 100644 index 00000000..cb228f2e --- /dev/null +++ b/gamefixes-umu/umu-tenshisz.py @@ -0,0 +1,7 @@ +"""Game fix for Angelic Chaos: RE-BOOT!""" + +from protonfixes import util + + +def main() -> None: + util.disable_protonmediaconverter()