diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-01 17:50:29 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-01 17:50:29 +0100 |
| commit | 9f3ea84b574321fd59fa6c2670f5e6a0f88fc774 (patch) | |
| tree | bc052d9c9c60d0ff3f507f8a11c1bf0919d4e3fa /docs | |
| parent | 3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab (diff) | |
| download | box64-9f3ea84b574321fd59fa6c2670f5e6a0f88fc774.tar.gz box64-9f3ea84b574321fd59fa6c2670f5e6a0f88fc774.zip | |
[DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleedingEdge (and disable that for 3dSen)
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 60cbf8fd..239f0db9 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -172,6 +172,11 @@ 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_DYNAREC_BLEEDING_EDGE * +Detect MonoBleedingEdge and apply conservative settings +* 0 : Don't detect MonoBleedingEdge +* 1 : Detect MonoBleedingEdge, and apply BIGBLOCK=0 STRONGMEM=1 if detected (Default) + #### BOX64_LIBGL * * libXXXX set the name for libGL (defaults to libGL.so.1). * /PATH/TO/libGLXXX : Sets the name and path for libGL |