Skip to content

Commit

Permalink
Add fix for PowerWash Adventure (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored Mar 6, 2025
1 parent c78af3a commit 82852f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/2699660.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""PowerWash Adventure"""

from protonfixes import util


def main() -> None:
"""Needs vcrun2019 to fix 'Visual C++ Runtime' required error"""
util.protontricks('vcrun2022')

0 comments on commit 82852f8

Please sign in to comment.