about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-09 19:45:48 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-09 19:45:48 +0200
commit1b48cd157aebdef76a45b8e85c53a544cf7c9b48 (patch)
treecbb5cbd22bbe152aaf029cd5dbb550cd4be5eaed /docs
parent362402ffbf09d4eefde80b6d15b7d73c9b6a377a (diff)
downloadbox64-1b48cd157aebdef76a45b8e85c53a544cf7c9b48.tar.gz
box64-1b48cd157aebdef76a45b8e85c53a544cf7c9b48.zip
[RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 805dc1a4..3e2a257b 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -391,7 +391,10 @@ Those variables are only valid inside a rcfile:
  * 1 : Added "-cef-disable-gpu-compositor" to command line arguments (usefull for steamwebhelper/cef based programs)

 

 #### BOX64_ARGS

-If that var exist, it will be added as argument(s) to the command line. Note that "" are supported, but not ''

+If that var exist, it will be added as argument(s) to the command line if there is no current argument (it's ignored else). Note that "" are supported, but not ''

+

+#### BOX64_INSERT_ARGS

+If that var exist, it will be inserted as firsts argument(s) to the command line. Note that "" are supported, but not ''

 

 #### BOX64_EXIT

  * 0 : Nothing special