From 47ecde75ec19a58f458c1131ec1968d11d58e7e1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 7 May 2023 15:54:37 +0200 Subject: [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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) -- cgit 1.4.1