aboutsummaryrefslogtreecommitdiff
path: root/docs/installing-northstar/using-northstar
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-02-28 22:15:34 +0100
committerGitHub <noreply@github.com>2022-02-28 22:15:34 +0100
commit8cfb721429c4753b8df1a2c7f952ef5fd57b0dcb (patch)
treeed36f11822076bf8b92e079f8abe3ac9d928397d /docs/installing-northstar/using-northstar
parentd5cfdb1dc644748f247da06c745cc898e1b3e4f4 (diff)
downloadNorthstarWiki-8cfb721429c4753b8df1a2c7f952ef5fd57b0dcb.tar.gz
NorthstarWiki-8cfb721429c4753b8df1a2c7f952ef5fd57b0dcb.zip
Fix LatencyFleX description (#57)
Diffstat (limited to 'docs/installing-northstar/using-northstar')
-rw-r--r--docs/installing-northstar/using-northstar/launch-arguments.md8
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` |