about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-11-18 13:50:10 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-11-18 13:50:10 +0100
commit39dbfd9fd8c1cadf1a909029236dec973b190a3c (patch)
treea7489f6edfd7741da785e609ac6ddada92984e9a /docs
parent2d18558dc544c3009f1e08a3620eb58396acd7b9 (diff)
downloadbox64-39dbfd9fd8c1cadf1a909029236dec973b190a3c.tar.gz
box64-39dbfd9fd8c1cadf1a909029236dec973b190a3c.zip
[DYNAREC] Removed special case for RimWorldLinux and generalized it for all program loading libmonodbwgc-2.0.so
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index d658984b..db04691a 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -117,7 +117,7 @@ Forbid dynablock creation in the interval specified (helpfull for debugging beha
 

 #### 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)

+ * 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.)

 

 #### BOX64_LIBGL