about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-05-07 15:54:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-05-07 15:54:37 +0200
commit47ecde75ec19a58f458c1131ec1968d11d58e7e1 (patch)
treeacc6ba0ff0c80e3a5dda29087921fbd784134fe4 /docs
parent07948ff6a7356c61ee192b40b975db2792b53e1f (diff)
downloadbox64-47ecde75ec19a58f458c1131ec1968d11d58e7e1.tar.gz
box64-47ecde75ec19a58f458c1131ec1968d11d58e7e1.zip
[DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md5
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)