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: #23140
This commit is contained in:
parent
5209dad54b
commit
2e7381e7fd
5
proton
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user