Skip to content

Commit

Permalink
Create umu-metalgearsolid2substance.py
Browse files Browse the repository at this point in the history
Protonfix for METAL GEAR SOLID 2 SUBSTANCE
  • Loading branch information
FranjeGueje authored Oct 14, 2024
1 parent e61c5ac commit f17a5d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gamefixes-gog/umu-metalgearsolid2substance.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""METAL GEAR SOLID 2 SUBSTANCE"""
# GOG-ID 2069117974

from protonfixes import util


def main() -> None:
util.protontricks('dsound')
util.protontricks('directmusic')
util.protontricks('dsdmo')
util.protontricks('quartz')

0 comments on commit f17a5d3

Please sign in to comment.