about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
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 fbe932b2..60cbf8fd 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -167,6 +167,11 @@ Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc)
 * 0 : Don't optimize CALL/RET, use Jump Table for boths (Default)

 * 1 : Try to optimized CALL/RET, skipping the use of the JumpTable when possible (will crash if blacks are invalidate, so probably incompatible with JIT/Dynarec)

 

+#### BOX64_DYNAREC_HOTPAGE *

+Handling of HotPage (Page beeing both executed and writen)

+* 0 : Don't track hotpage

+* 1-255 : Trak HotPage, and disable execution of a page beeing writen for N attempts (default is 16)

+

 #### BOX64_LIBGL *

  * libXXXX set the name for libGL (defaults to libGL.so.1).

  * /PATH/TO/libGLXXX : Sets the name and path for libGL