diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-27 12:33:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-27 12:33:02 +0200 |
| commit | de2b3afa17112423551c757d153df8c73d2e275e (patch) | |
| tree | cd50771cc0436ac8d2c783b7821143a4ef35b392 /docs/USAGE.md | |
| parent | 46ab4b5b712ff42198218cc335028c3615346f7a (diff) | |
| download | box64-de2b3afa17112423551c757d153df8c73d2e275e.tar.gz box64-de2b3afa17112423551c757d153df8c73d2e275e.zip | |
Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to use it
Diffstat (limited to 'docs/USAGE.md')
| -rwxr-xr-x | docs/USAGE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 9d90e7dd..d9de9d93 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -150,6 +150,16 @@ 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_PREFER_WRAPPED +Box64 will use wrapped libs even if the lib is specified with absolute path + * 0 : Try to use emulated libs when they are defined with absolute path (Default.) + * 1 : Use Wrapped native libs even if path is absolute + +#### BOX64_PREFER_EMULATED +Box64 will prefer emulated libs first (execpt for glibc, alsa, pulse, GL, vulkan and X11 + * 0 : Native libs are prefered (Default.) + * 1 : Emulated libs are prefered (Default for program running inside pressure-vessel) + #### BOX64_NOPULSE Disables the load of pulseaudio libraries. * 0 : Load pulseaudio libraries if found. (Default.) |