From 6a1b9e050a488cb5b2e1217fd3a01e484c3d7bb7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 11 Nov 2021 20:47:10 +0100 Subject: [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads and a JIT (help RimWorld Linux, but not enough to be 100% stable) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 749039fb..d658984b 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -115,6 +115,11 @@ Enables/Disables trace for generated code. Forbid dynablock creation in the interval specified (helpfull for debugging behaviour difference between Dynarec and Interpretor) * 0xXXXXXXXX-0xYYYYYYYY : define the interval where dynablock cannot start (inclusive-exclusive) +#### BOX64_DYNAREC_BIGBLOCK +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) + * 1 : Build Dynarec block as big as possible (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