Skip to content

Commit

Permalink
Update Rise of Nations: Extended Edition
Browse files Browse the repository at this point in the history
to remove the manual overrides that are not needed. This is
already handled by 'protontricks'.
  • Loading branch information
LukeShortCloud committed May 20, 2024
1 parent 2a2c33a commit fde05b4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gamefixes-steam/287450.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ def main():
# Install crypt32 (not required for Proton 3.16-3 and up)
util.protontricks('crypt32')

# Install directmusic, set overrides
# Install DirectMusic
util.protontricks('directmusic')
util.winedll_override('dmime', 'n')
util.winedll_override('dmsynth', 'n')
util.winedll_override('dmusic', 'n')
util.winedll_override('dsound', 'n')
util.winedll_override('dswave ', 'n')
util.winedll_override('l3codecx', 'n')

# Set sound to alsa
util.protontricks('sound=alsa')
Expand Down

0 comments on commit fde05b4

Please sign in to comment.