diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-18 14:18:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-18 14:18:00 +0100 |
| commit | 4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f (patch) | |
| tree | 8f0fe7ffefe4a4396a9556b1d37035da4e229ffb /docs | |
| parent | 39dbfd9fd8c1cadf1a909029236dec973b190a3c (diff) | |
| download | box64-4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f.tar.gz box64-4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f.zip | |
[DYNAREC] Added an option to simulate Strong Memory Model, and auto activate it when libmonobdgcw-2.0.so is detected (should help #110 and #158 at least)
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 db04691a..56d450d1 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -120,6 +120,11 @@ 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.) +#### BOX64_DYNAREC_STRONGMEM +Enable/Disable simulation of Strong Memory model +* 0 : Don't try anything special (Default.) +* 1 : Enable some Memory Barrier when reading from memory (on MOV opcode) to simulate Strong Memory Model (Default when libmonobdwgc-2.0.so is loaded) + #### BOX64_LIBGL * libXXXX set the name for libGL (defaults to libGL.so.1). * /PATH/TO/libGLXXX : Sets the name and path for libGL |