Skip to content

Commit

Permalink
Add fix for Bus Simulator 21 Next Stop (#180)
Browse files Browse the repository at this point in the history
* Add fix for Bus Simulator 21 Next Stop

* Remove steam file
  • Loading branch information
BlueInterlude authored Dec 19, 2024
1 parent 5c8a2d7 commit fc3cdc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gamefixes-amazon/umu-976590.py
8 changes: 8 additions & 0 deletions gamefixes-egs/umu-976590.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Bus Simulator 21 Next Stop"""

from protonfixes import util


def main() -> None:
# Requires vcrun2022 to launch
util.protontricks('vcrun2022')

0 comments on commit fc3cdc3

Please sign in to comment.