diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-02-28 22:15:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 22:15:34 +0100 |
commit | 8cfb721429c4753b8df1a2c7f952ef5fd57b0dcb (patch) | |
tree | ed36f11822076bf8b92e079f8abe3ac9d928397d | |
parent | d5cfdb1dc644748f247da06c745cc898e1b3e4f4 (diff) | |
download | NorthstarWiki-8cfb721429c4753b8df1a2c7f952ef5fd57b0dcb.tar.gz NorthstarWiki-8cfb721429c4753b8df1a2c7f952ef5fd57b0dcb.zip |
Fix LatencyFleX description (#57)
-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` | |