mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-29 15:08:20 +03:00
parent
e3fbcf7e81
commit
ae688238b9
5
proton
5
proton
@ -1559,7 +1559,10 @@ class Session:
|
|||||||
remote_debug_proc = None
|
remote_debug_proc = None
|
||||||
|
|
||||||
# CoD: Black Ops 3 workaround
|
# CoD: Black Ops 3 workaround
|
||||||
if os.environ.get("SteamGameId", 0) == "311210":
|
if os.environ.get("SteamGameId", 0) in [
|
||||||
|
"311210", # CoD: Black Ops 3
|
||||||
|
"1549250", # Undecember
|
||||||
|
]:
|
||||||
argv = [g_proton.wine_bin, "c:\\Program Files (x86)\\Steam\\steam.exe"]
|
argv = [g_proton.wine_bin, "c:\\Program Files (x86)\\Steam\\steam.exe"]
|
||||||
else:
|
else:
|
||||||
argv = [g_proton.wine64_bin, "c:\\windows\\system32\\steam.exe"]
|
argv = [g_proton.wine64_bin, "c:\\windows\\system32\\steam.exe"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user