From 6b4dce48bca9c77186dde8e3f121757fb998cad3 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Fri, 26 Aug 2022 13:38:28 -0700 Subject: [PATCH] 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) --- proton | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/proton b/proton index bae45c33..f63a5a03 100755 --- a/proton +++ b/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: