proton: Enable dxvknvapi on a bunch of (DLSS) titles.
Link: https://github.com/ValveSoftware/Proton/pull/6120 Link: https://github.com/ValveSoftware/Proton/pull/6227 (squashed a bunch of commits)
This commit is contained in:
parent
c7cb79128e
commit
6b4dce48bc
1 changed files with 82 additions and 0 deletions
82
proton
82
proton
|
@ -1071,6 +1071,88 @@ def default_compat_config():
|
|||
]:
|
||||
ret.add("heapdelayfree")
|
||||
|
||||
if appid in [
|
||||
# enable dxvknvapi for titles verified to benefit (e.g. working DLSS)
|
||||
"673130", #amid evil
|
||||
"1182900", #A Plague Tale: Requiem
|
||||
"1291680", #apocalypse: 2.0 edition
|
||||
"979690", #the ascent
|
||||
"805550", #assetto corsa competizione
|
||||
"924970", #back 4 blood
|
||||
"1178830", #bright memory infinite
|
||||
"1409670", #bright memory infinite benchmark
|
||||
"1153640", #chorus
|
||||
"1791040", #chorus demo
|
||||
"1577240", #cions of vega
|
||||
"1632760", #cions of vega demo
|
||||
"870780", #control ultimate edition
|
||||
"884660", #CRSED
|
||||
"1091500", #cyberpunk 2077
|
||||
"1190460", #death stranding
|
||||
"1850570", #Death Stranding Director's Cut
|
||||
"1252330", #deathloop
|
||||
"548430", #deep rock galactic
|
||||
"428660", #deliver us the moon
|
||||
"534380", #dying light 2
|
||||
"269190", #edge of eternity
|
||||
"1871990", #engine evolution 2022
|
||||
"1952070", #engine evolution 2022 demo
|
||||
"1128920", #everspace 2
|
||||
"1312800", #everspace 2 demo
|
||||
"1330470", #F.I.S.T.: Forged In Shadow Torch
|
||||
"1332390", #F.I.S.T.: Forged In Shadow Torch Demo
|
||||
"1641960", #Forever Skies
|
||||
"2141060", #Forever Skies Demo
|
||||
"1080110", #f1 2020
|
||||
"1098130", #get stuffed
|
||||
"1139900", #ghostrunner
|
||||
"1249200", #ghostrunner demo
|
||||
"1475810", #Ghostwire: Tokyo
|
||||
"1593500", #god of war
|
||||
"1496790", #Gotham Knights
|
||||
"414340", #hellblade: senua's sacrifice
|
||||
"1659040", #hitman 3
|
||||
"1847520", #hitman 3 free starter pack
|
||||
"1151640", #Horizon Zero Dawn
|
||||
"1650150", #island of the ancients
|
||||
"1987940", #island of the ancients demo
|
||||
"1371480", #iron conflict
|
||||
"1544360", #lego builder's journey
|
||||
"1363080", #Manor Lords
|
||||
"2122820", #Manor Lords Demo
|
||||
"1817070", #marvel's spider-man remastered
|
||||
"784080", #mechwarrior 5: mercenaries
|
||||
"1170950", #mortal online 2
|
||||
"261550", #mount & blade II: bannerlord
|
||||
"1222370", #Necromunda: Hired Gun
|
||||
"275850", #no man's sky
|
||||
"1386900", #Observer: System Redux
|
||||
"1140100", #the persistence
|
||||
"1322170", #pluviophile
|
||||
"400", #Portal [RTX]
|
||||
"1186640", #pumpkin jack
|
||||
"1144200", #Ready Or Not
|
||||
"391220", #rise of the tomb raider
|
||||
"750920", #shadow of the tomb raider
|
||||
"1602080", #soulstice
|
||||
"2015300", #soulstice demo
|
||||
"1296010", #stay in the light
|
||||
"813630", #supraland
|
||||
"487390", #system shock demo
|
||||
"868270", #the cycle: frontier
|
||||
"306130", #the elder scrolls online
|
||||
"1096200", #the orville: interactive fan experience
|
||||
"1843860", #the redress of mira
|
||||
"2050550", #the redress of mira demo
|
||||
"1567740", #to hell with it
|
||||
"1662690", #twin stones: the journey of bukka
|
||||
"1659420", #Uncharted Legacy of Thieves
|
||||
"236390", #war thunder
|
||||
"936720", #wrench
|
||||
"1249800", #xuan-yuan sword VII
|
||||
]:
|
||||
ret.add("enablenvapi")
|
||||
|
||||
return ret
|
||||
|
||||
class Session:
|
||||
|
|
Loading…
Reference in a new issue