diff options
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) |