bg3: Track the dx11 executable

This commit is contained in:
PapaTutuWawa 2023-12-23 13:31:12 +01:00
parent 0998d0a655
commit b9fc712534

View File

@ -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 {