diff options
-rw-r--r-- | docs/installing-northstar/using-northstar/launch-arguments.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/installing-northstar/using-northstar/launch-arguments.md b/docs/installing-northstar/using-northstar/launch-arguments.md index b478780..48ace15 100644 --- a/docs/installing-northstar/using-northstar/launch-arguments.md +++ b/docs/installing-northstar/using-northstar/launch-arguments.md @@ -11,5 +11,9 @@ Here's a list of new command line arguments that Northstar introduces, they shou | `-waitfordebugger` | Waits for debugger to connect before launching game | | | `-language` | Forces loading of client localisation | language string ex: `portuguese` | | `-profile=` | Enabled specifying a different profile directory. Default: R2Northstar | Example: `-profile="dev mods"` | -| \`LFX | Enables the use of [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only) | `0` or `1` | -| `-enablechathooks` | Enables the use of chathooks for use by mods | |
\ No newline at end of file +| `-enablechathooks` | Enables the use of chathooks for use by mods | | + +# Environment Variables +| Variable name | Description | Value | +| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- | +| `LFX` | Enables the use of [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only) | `0` or `1` | |