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/gen/usage.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 741e1650..9059a84b 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -273,6 +273,11 @@ "key": "1", "description": "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.", "default": false + }, + { + "key": "2", + "description": "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).", + "default": false } ] }, -- cgit 1.4.1