about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-02 09:28:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-02 09:28:34 +0100
commitc8d98f6901b36147b516c76044e2c41dda7452a5 (patch)
tree2f49d6248d7045d6c36ef91e6f19650637a056e6 /docs
parent38cfeeb558b38e941c26ad4f91c6cdabadc86795 (diff)
downloadbox64-c8d98f6901b36147b516c76044e2c41dda7452a5.tar.gz
box64-c8d98f6901b36147b516c76044e2c41dda7452a5.zip
[RCFIEL] Add an option to force usage of native EGL/GLESv2 library
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index bb7e974a..8634b064 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -299,6 +299,11 @@ Box64 will prefer emulated libs first (except for glibc, alsa, pulse, GL, vulkan
  * 0 : Native libs are preferred (Default.)

  * 1 : Emulated libs are preferred (Default for program running inside pressure-vessel)

 

+#### BOX64_WRAP_EGL *

+Box64 will prefer wrapped libs for EGL and GLESv2

+ * 0 : Emulated libs are preferred (Default)

+ * 1 : Native libs are preferred

+

 #### BOX64_CRASHHANDLER *

 Box64 will use a dummy crashhandler.so library

  * 0 : Use Emulated crashhandler.so library if needed