about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md4
-rw-r--r--docs/box64.pod5
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index c344e4e1..6a75aada 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -341,6 +341,10 @@ Those variables are only valid inside a rcfile:
  * 0 : Nothing special

  * 1 : Added "--no-sandbox" to command line arguments (usefull for chrome based programs)

 

+#### BOX64_INPROCESSGPU

+ * 0 : Nothing special

+ * 1 : Added "--in-process-gpu" to command line arguments (usefull for chrome based programs)

+

 #### BOX64_EXIT

  * 0 : Nothing special

  * 1 : Just exit, don't try to run the program

diff --git a/docs/box64.pod b/docs/box64.pod
index e8a2cf30..8be2e328 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -55,6 +55,11 @@ F<~/.bashrc> may override the setting from your command line. Example:
 When set to 1, add C<--no-sandbox> to command line arguments (useful for chrome
 based programs).
 
+=item B<BOX64_INPROCESSGPU=0|1>
+
+When set to 1, add C<--in-process-gpu> to command line arguments (useful for chrome
+based programs).
+
 =item B<BOX64_EXIT>=I<0|1>
 
 When set to 1, just exit, don't try to run the program.