diff --git a/proton b/proton index abab320a..1bb62da9 100755 --- a/proton +++ b/proton @@ -1258,6 +1258,11 @@ def default_compat_config(): ]: ret.add("enableamdags") + if appid in [ + "2395210" #Tony Hawk's Pro Skater 1 + 2 + ]: + ret.add("forcenvapi") + return ret class Session: