about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-04 09:35:33 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-04 09:35:33 +0200
commit3df01a153df0ee370fb48711e286b517cfad0d20 (patch)
treecf2a9c15938ccb5ec9640b1b5ec27debeafa52c3 /docs
parent5d5ef75337cd4db7224d5e0cdb6da2dc96ab8224 (diff)
downloadbox64-3df01a153df0ee370fb48711e286b517cfad0d20.tar.gz
box64-3df01a153df0ee370fb48711e286b517cfad0d20.zip
Added BOX64_NOPULSE info to the README
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 27afc08d..749039fb 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -134,6 +134,11 @@ Allow Box64 to continue even if a library is missing.
  * 0 : Box64 will stop if a library cannot be loaded. (Default.)

  * 1 : Continue even if a needed library cannot be loaded. Unadvised, this will, in most cases, crash later on.

 

+#### BOX64_NOPULSE

+Disables the load of pulseaudio libraries.

+ * 0 : Load pulseaudio libraries if found. (Default.)

+ * 1 : Disables the load of pulse audio libraries (libpulse and libpulse-simple), both the native library and the x86 library

+

 #### BOX64_JITGDB

 

  * 0 : Just print the Segfault message on segfault (default)