From 0c252321e381fdfad6b176c171bffeecb2406b2b Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Wed, 11 Oct 2017 16:18:06 +0100 Subject: [PATCH] Document config properly for use-libintercept Signed-off-by: Ikey Doherty --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba132bd..74cf2cc 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Configuration options can be placed in an INI-style configuration file in a seri The user configuration takes immediate priority. Secondly we have the system-wide configuration for affecting all accounts, and lastly the vendor configuration, which may be provided by the integrator. -Currently this INI file supports two options. The root section in this INI file must be `[Steam]`. +Currently this INI file supports three options. The root section in this INI file must be `[Steam]`. `use-native-runtime = $boolean` @@ -182,6 +182,16 @@ Currently this INI file supports two options. The root section in this INI file The default value of this variable is false. +`use-libintercept = $boolean` + + If set to a true boolean value (yes/true/on), the `liblsi-intercept.so` + library will be utilised to control dynamic linking within the Steam client + and associated processes. + + Note this requires `use-native-runtime` to be set. + + The default value of this variable is true. + ## Common issues