From 067dcbc0f75533761b430d58724df2489a678f5c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 25 Oct 2022 18:34:38 +0200 Subject: [DYNAREC] Added BIGBLOCK=3 level --- docs/USAGE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 78f83b12..6085c2a0 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -130,7 +130,8 @@ Forbid dynablock creation in the interval specified (helpfull for debugging beha Enables/Disables Box64's Dynarec building BigBlock. * 0 : Don't try to build block as big as possible (can help program using lots of thread and a JIT, like C#/Unity) (Default when libmonobdwgc-2.0.so is loaded) * 1 : Build Dynarec block as big as possible (Default.) - * 2 : Build Dynarec block bigger (don't stop when block overlaps) + * 2 : Build Dynarec block bigger (don't stop when block overlaps, but only for blocks in elf memory) + * 3 : Build Dynarec block bigger (don't stop when block overlaps, for all type of memory) #### BOX64_DYNAREC_STRONGMEM Enable/Disable simulation of Strong Memory model -- cgit 1.4.1