feat: add support to specifying start_dir to processes
This commit is contained in:
@@ -34,6 +34,7 @@ struct cmd_t {
|
||||
* cmd -- Runs indefinitely until:
|
||||
* No session is running and a different set of commands it to be executed
|
||||
* Command exits
|
||||
* starting_dir -- the process starting dir. This is required for some games to run properly.
|
||||
* cmd_output --
|
||||
* empty -- The output of the commands are appended to the output of sunshine
|
||||
* "null" -- The output of the commands are discarded
|
||||
@@ -52,6 +53,7 @@ struct ctx_t {
|
||||
|
||||
std::string name;
|
||||
std::string cmd;
|
||||
std::string starting_dir;
|
||||
std::string output;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user