From 7bf2caa5c4ef9662b9da66f3f895ed538692946e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 3 Oct 2025 15:45:11 +0200 Subject: [DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detection --- docs/gen/usage.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 577521e8..53cc74b5 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -343,6 +343,24 @@ } ] }, + { + "name": "BOX64_DYNAREC_NOHOTPAGE", + "description": "Disable detection of hot page (where code is executed and data written at the same time).", + "category": "Performance", + "wine": false, + "options": [ + { + "key": "0", + "description": "Detect hot page", + "default": true + }, + { + "key": "1", + "description": "Do not detect hot page", + "default": false + } + ] + }, { "name": "BOX64_DYNAREC_DIV0", "description": "Enable or disable the generation of division-by-zero exception.", -- cgit 1.4.1