1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-07-29 00:21:52 +03:00

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

CW-Bug-Id: 
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

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