From 0833a07a65da8e786041666a815f2df87dccaa7e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 19 Oct 2025 19:06:38 +0200 Subject: [DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs it --- 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 f96bb1c5..91e465cc 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -847,6 +847,24 @@ } ] }, + { + "name": "BOX64_DYNAREC_INTERP_SIGNAL", + "description": "Allow the use of Dynarec in Signal Handlers.", + "category": "Compatibility", + "wine": true, + "options": [ + { + "key": "0", + "description": "Allow the use of Dynarec in signal handlers.", + "default": true + }, + { + "key": "1", + "description": "Only use the Interpreter for signal handlers (as it was in v0.3.8 and earlier).", + "default": false + } + ] + }, { "name": "BOX64_DYNACACHE", "description": "Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defaults to 2 (to read cache if present but not generate any). DynaCache write file to home folder by default, and can grow without limit.", -- cgit 1.4.1