proton: Enable forcenvapi for Tony Hawk's Pro Skater 1 + 2
CW-Bug-Id: #23140
This commit is contained in:
parent
0f45b24677
commit
46c2f720d2
1 changed files with 5 additions and 0 deletions
5
proton
5
proton
|
@ -1111,6 +1111,11 @@ def default_compat_config():
|
|||
]:
|
||||
ret.add("disablenvapi")
|
||||
|
||||
if appid in [
|
||||
"2395210" #Tony Hawk's Pro Skater 1 + 2
|
||||
]:
|
||||
ret.add("forcenvapi")
|
||||
|
||||
return ret
|
||||
|
||||
class Session:
|
||||
|
|
Loading…
Reference in a new issue