diff options
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 0a09d5a1..831467b0 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -326,6 +326,18 @@ ] }, { + "name": "BOX64_DYNAREC_DUMP_RANGE", + "description": "Dump DynaRec blocks in the specified range.", + "category": "Debugging", + "options": [ + { + "key": "0xXXXXXXXX-0xYYYYYYYY", + "description": "Define the range where dynablock gets dumped (inclusive-exclusive).", + "default": false + } + ] + }, + { "name": "BOX64_DYNAREC_FASTNAN", "description": "Enable or disable fast NaN handling.", "category": "Performance", |