-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibity for "Teenage Mutant Ninja Turtles Shredders Revenge" #163
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
../gamefixes-steam/1361510.py | ||
# EGS a4977aac967e4e2c827336f074c82d64 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To make this fix more accessible to users, add an entry for this title in the umu-database. Just be sure to follow our guidelines. See the CSV for concrete examples There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok. i'll do so There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done! |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
"""Teenage Mutant Ninja Turtles Shredders Revenge""" | ||
|
||
from protonfixes import util | ||
|
||
|
||
def main() -> None: | ||
# Requires vcrun2017 to launch | ||
util.protontricks('vcrun2017') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file needs to be a symbolic link. Within
gamefixes-egs
, run:ln -s ../gamefixes-steam/1361510.py umu-1361510.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Done!