diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-11 20:47:10 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-11 20:47:10 +0100 |
| commit | 6a1b9e050a488cb5b2e1217fd3a01e484c3d7bb7 (patch) | |
| tree | ee38007ce576f32a13b6c8f9ec298002300d74ba /docs | |
| parent | 6675b43dd0d7eb567227bea204ee663b1e7aab4a (diff) | |
| download | box64-6a1b9e050a488cb5b2e1217fd3a01e484c3d7bb7.tar.gz box64-6a1b9e050a488cb5b2e1217fd3a01e484c3d7bb7.zip | |
[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)
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |