-
Notifications
You must be signed in to change notification settings - Fork 109
Blacklist
Chris Simons edited this page Jul 16, 2019
·
1 revision
Gamefixes can be blacklisted from using the included gamefix by creating a local gamefix with a main that does nothing.
echo 'main = lambda: None' > ~/.config/protonfixes/localfixes/GAMEID.pyFor example, to bypass the included gamefix for A Hat in Time:
echo 'main = lambda: None' > ~/.config/protonfixes/localfixes/253230.py