proton: Enable forcenvapi for Tony Hawk's Pro Skater 1 + 2

CW-Bug-Id: #23140
This commit is contained in:
Joshua Ashton 2023-12-14 04:19:34 +00:00 committed by Rémi Bernon
parent 5209dad54b
commit 2e7381e7fd

5
proton
View File

@ -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: