From 6f3d636226f2aef19362655e841236dc97bb1116 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 16 Feb 2023 16:14:37 +0100 Subject: [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 03b6ae94..bc2bdea3 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -182,6 +182,11 @@ Detect MonoBleedingEdge and apply conservative settings * 0 : Don't detect MonoBleedingEdge * 1 : Detect MonoBleedingEdge, and apply BIGBLOCK=0 STRONGMEM=1 if detected (Default) +#### BOX64_DYNAREC_WAIT * +Behavior with FillBlock is not availble (FillBlock build Dynarec blocks and is not multithreaded) +* 0 : Dynarec will not wait for FillBlock to ready and use Interpreter instead (might speedup a bit massive multithread or JIT programs) +* 1 : Dynarec will wait for FillBlock to be ready (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