diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-25 18:34:38 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-25 18:34:38 +0200 |
| commit | 067dcbc0f75533761b430d58724df2489a678f5c (patch) | |
| tree | bd4e131ee6ba3356fc5edf47078eaa5d3020575e /docs | |
| parent | 280bc969cef557e2e8e2cc18b4a2757cc58428d7 (diff) | |
| download | box64-067dcbc0f75533761b430d58724df2489a678f5c.tar.gz box64-067dcbc0f75533761b430d58724df2489a678f5c.zip | |
[DYNAREC] Added BIGBLOCK=3 level
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |