Skip to content

Blacklist

Chris Simons edited this page Jul 16, 2019 · 1 revision

Blacklisting games

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.py

For example, to bypass the included gamefix for A Hat in Time:

echo 'main = lambda: None' > ~/.config/protonfixes/localfixes/253230.py
Clone this wiki locally