From 1af85c69a182fa6539c5690a3feebe9002fd9552 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 12 Mar 2025 14:39:07 +0100 Subject: [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use it --- docs/USAGE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/USAGE.md') diff --git a/docs/USAGE.md b/docs/USAGE.md index c512e6af..af3efddb 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -594,6 +594,7 @@ Allow continue running a block that is unprotected and potentially dirty. * 0: Do not allow continue running a block that is unprotected and potentially dirty. [Default] * 1: Allow continue to run a dynablock that write data in the same page as code. It can gets faster in loading time of some game but can also get unexpected crashes. + * 2: Will also, when it detect an HotPage, flag that page as NEVERCLEAN, and so it will not be write protected but Block build from that page will always be tested. It can be faster that way (but soem SMC case might not be trapped). ### BOX64_DYNAREC_FASTNAN -- cgit 1.4.1