From b9fc71253497d900206426bcde13c27e293827f5 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 23 Dec 2023 13:31:12 +0100 Subject: [PATCH] bg3: Track the dx11 executable --- lmm/games/bg3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmm/games/bg3.py b/lmm/games/bg3.py index 668f7a2..3eeae4b 100644 --- a/lmm/games/bg3.py +++ b/lmm/games/bg3.py @@ -135,7 +135,7 @@ class BaldursGate3Game(ProtonGame): @property def game_executable(self) -> Path: - return self.installation_path / "bin" / "bg3.exe" + return self.installation_path / "bin" / "bg3_dx11.exe" def to_dict(self) -> dict[str, Any]: return {