From aeeb9b719ac586c9b741bb2167bda27960bd002b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 24 Jun 2024 20:32:16 +0200 Subject: [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) --- docs/USAGE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 138ef823..c4a0071f 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -151,6 +151,7 @@ Dynarec will compare it's execution with the interpreter (super slow, only for t * 0 : No comparison. (Default.) * 1 : Each opcode runs on interepter and on Dynarec, and regs and memory are compared and print if different. * 2 : Thread-safe tests, extremely slow. + * 0xXXXXXXXX-0xYYYYYYYY : define the interval where dynarec is tested (inclusive-exclusive) #### BOX64_DYNAREC_BIGBLOCK * Enables/Disables Box64's Dynarec building BigBlock. -- cgit 1.4.1