From 9f3ea84b574321fd59fa6c2670f5e6a0f88fc774 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 1 Dec 2022 17:50:29 +0100 Subject: [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleedingEdge (and disable that for 3dSen) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 -- cgit 1.4.1