Skip to content

Commit

Permalink
Add game fixes for Space Rangers 1/2 to allow widescreen patcher to work
Browse files Browse the repository at this point in the history
  • Loading branch information
soredake committed Mar 16, 2021
1 parent 2ae1f23 commit b54cb92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions protonfixes/gamefixes/46320.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
""" Space Rangers
"""
#pylint: disable=C0103

from protonfixes import util


def main():
""" Install vb6run
"""

util.protontricks('vb6run')
12 changes: 12 additions & 0 deletions protonfixes/gamefixes/46330.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
""" Space Rangers 2: Reboot
"""
#pylint: disable=C0103

from protonfixes import util


def main():
""" Install vb6run
"""

util.protontricks('vb6run')

0 comments on commit b54cb92

Please sign in to comment.