diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-05-07 15:54:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-05-07 15:54:37 +0200 |
| commit | 47ecde75ec19a58f458c1131ec1968d11d58e7e1 (patch) | |
| tree | acc6ba0ff0c80e3a5dda29087921fbd784134fe4 /docs | |
| parent | 07948ff6a7356c61ee192b40b975db2792b53e1f (diff) | |
| download | box64-47ecde75ec19a58f458c1131ec1968d11d58e7e1.tar.gz box64-47ecde75ec19a58f458c1131ec1968d11d58e7e1.zip | |
[DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode
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 32744566..11e0eefa 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -202,6 +202,11 @@ Behavior with FillBlock is not availble (FillBlock build Dynarec blocks and is n * 0 : Dynarec will not wait for FillBlock to ready and use Interpreter instead (might speedup a bit massive multithread or JIT programs) * 1 : Dynarec will wait for FillBlock to be ready (Default) +#### BOX64_DYNAREC_MISSING * +Dynarec print the missing opcodes +* 0 : not print the missing opcode (Default, unless DYNAREC_LOG>=1 or DYNAREC_DUMP>=1 is used) +* 1 : Will print the missing opcodes + #### BOX64_SSE_FLUSHTO0 * Handling of SSE Flush to 0 flags * 0 : Just track the flag (Default) |