mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-03-13 05:50:24 +03:00
proton: Add comment to explain STEAM_COMPAT_APP_ID option in os.environ
This commit is contained in:
parent
1477a4f9f3
commit
4b0d481450
1
proton
1
proton
@ -1148,6 +1148,7 @@ def default_compat_config():
|
|||||||
]:
|
]:
|
||||||
ret.add("hideapu")
|
ret.add("hideapu")
|
||||||
|
|
||||||
|
#options to also be enabled for prerequisite setup steps
|
||||||
if "STEAM_COMPAT_APP_ID" in os.environ:
|
if "STEAM_COMPAT_APP_ID" in os.environ:
|
||||||
appid = os.environ["STEAM_COMPAT_APP_ID"]
|
appid = os.environ["STEAM_COMPAT_APP_ID"]
|
||||||
if appid in [
|
if appid in [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user