about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-18 15:06:40 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-18 15:06:40 +0100
commit9705d5e38bdf4ec72daf480de0830dfde6e33a70 (patch)
tree3c64f69ae2c5569bfe0fa91f321149ce49991c02 /docs
parent2e59b56f1691227e4a93ac1c2dd844adcc6334cd (diff)
downloadbox64-9705d5e38bdf4ec72daf480de0830dfde6e33a70.tar.gz
box64-9705d5e38bdf4ec72daf480de0830dfde6e33a70.zip
Preliminary work to get steamwebhelper working
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index bc2bdea3..e961ebb2 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -221,6 +221,12 @@ Box64 will use a dummy crashhandler.so library
  * 0 : Use Emulated crashhandler.so library if needed

  * 1 : Use an internal dummy (completly empty) crashhandler.so library (defaut)

 

+#### BOX64_MALLOC_HACK *

+How Box64 will handle hooking of malloc operators

+ * 0 : Don't allow malloc operator to be redirected, rewriting code to use regular function (Default)

+ * 1 : Allow malloc operator to be redirected (not advised)

+ * 2 : Like 0, but track special mmap / free (some redirected functions were inlined and cannot be redirected)

+

 #### BOX64_NOPULSE *

 Disables the load of pulseaudio libraries.

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