From 06156dfe25ae7804cde90a6bf87ad43331d92e45 Mon Sep 17 00:00:00 2001 From: Anna Lasky Date: Tue, 11 Jul 2023 08:58:44 -0500 Subject: [PATCH] proton: Enable gamedrive compat option for Train Simulator and DARK SOULS III. CW-Bug-Id: #22421 --- proton | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/proton b/proton index 11e5bab8..8495e6b1 100755 --- a/proton +++ b/proton @@ -1061,9 +1061,11 @@ def default_compat_config(): ret.add("noforcelgadd") if appid in [ - "1341820", - "280790", - "306130", + "1341820", #As Dusk falls + "280790", #Creativerse + "306130", #The Elder Scrolls Online + "24010", #Train Simulator + "374320", #DARK SOULS III ]: ret.add("gamedrive")