Only set env var if not set#14
Conversation
To allow the terminal to set it if using nogui, otherwise whatevers in host.yaml gets set, even if it's 'None'. (Which is the default if filepicker got canceled)
|
it doesn't matter to check if it's set set or not. because the main part is also it's okay for the PRs, at least I get help ^^ |
It does matter, especially along with the other PR I did for Dolphin path/autostart overrides. Say if you did a batch script to keep your setup portable or w/e, the way environment variable gets set is Batch/cmd -> Archipelago Launcher -> Prime client, so unless the additional check I made is there, you lose that control. Apart from convenience, it does also open up some fun gameplay possibilties, realized the other day that now that we can control the process to look for, we can do splitscreen Archipelago Prime. |
To allow the terminal to set it if using nogui, otherwise whatevers in host.yaml gets set, even if it's 'None'. (Which is the default if filepicker got canceled)
Sorry for the PR spam lol.