diff --git a/README.md b/README.md index fdbda0a..20e1990 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ options: ### Environment variables +Variables labeled with `host` get their values from the host/server when their override isn't set. + | **Option** | **Legal values** | **Default** | **Description** | |-|-|-|-| | GL_VERSION_OVERRIDE | Digit.Digit | `host` | Override the OpenGL version on the client side. Available for both Windows and Linux clients. | @@ -79,8 +81,6 @@ options: | SGL_NET_OVER_SHARED | Ip:Port | | If networking is enabled, this environment variable must exist on the guest. Available for both Windows and Linux clients. | | SGL_RUN_WITH_LOW_PRIORITY | Boolean | true | On older CPUs, by setting the process priority to low / `IDLE_PRIORITY_CLASS`, applications will run smoother as the kernel driver is given more CPU time. This may not be needed on systems with newer CPUs. Only available for Windows clients. | -Those labeled with `host` mean that their values are polled from the host/server when the override isn't set. - ### Network Starting from version `0.5.0`, network capabilities are offered. If you wish to accelerate graphics over another machine or do not wish to install any kernel drivers, use the network feature. See [networking](#networking) for more information.