proton: Add comment to explain STEAM_COMPAT_APP_ID option in os.environ
This commit is contained in:
parent
4891e6a4d9
commit
3876e38a89
1 changed files with 1 additions and 0 deletions
1
proton
1
proton
|
@ -1158,6 +1158,7 @@ def default_compat_config():
|
|||
]:
|
||||
ret.add("hideapu")
|
||||
|
||||
#options to also be enabled for prerequisite setup steps
|
||||
if "STEAM_COMPAT_APP_ID" in os.environ:
|
||||
appid = os.environ["STEAM_COMPAT_APP_ID"]
|
||||
if appid in [
|
||||
|
|
Loading…
Reference in a new issue