From b6be4f8ddee560682890aa15316a1386599a08cc Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 26 Apr 2023 12:14:20 +0200 Subject: [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better without now --- docs/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 0bd7f327..32744566 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -184,8 +184,8 @@ Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc) #### BOX64_DYNAREC_HOTPAGE * Handling of HotPage (Page being both executed and written) -* 0 : Don't track hotpage -* 1-255 : Track HotPage, and disable execution of a page being written for N attempts (default is 4) +* 0 : Don't track hotpage (Default) +* 1-255 : Track HotPage, and disable execution of a page being written for N attempts #### BOX64_DYNAREC_FASTPAGE * Will use a faster handling of HotPage (Page being both executed and written) -- cgit 1.4.1