Skip to content

Commit

Permalink
Merge pull request #150 from FranjeGueje/master
Browse files Browse the repository at this point in the history
Fix for METAL GEAR SOLID 2 SUBSTANCE on GOG
  • Loading branch information
GloriousEggroll authored Oct 14, 2024
2 parents e61c5ac + f17a5d3 commit 3158cb6
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 3158cb6

Please sign in to comment.