From de2b3afa17112423551c757d153df8c73d2e275e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Mar 2022 12:33:02 +0200 Subject: Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to use it --- docs/USAGE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') 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.) -- cgit 1.4.1