diff options
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 8da1238b..03e4f041 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -55,7 +55,7 @@ }, { "name": "BOX64_AVX", - "description": "Expose AVX extension to CPUID and cpuinfo file. Default value is 2 on Arm64 because it's fully implemented in DynaRec, 0 otherwise.", + "description": "Expose AVX extension to CPUID and cpuinfo file. Default value is 2 on Arm64 and LoongArch64 because it's fully implemented in DynaRec, 0 otherwise.", "category": "Compatibility", "wine": true, "options": [ @@ -847,6 +847,11 @@ "key": "XXXX", "description": "Set a minimum size of XXXX KB of Dynarec code to write the dynacache to disk. Will not be saved to disk else.", "default": false + }, + { + "key": "350", + "description": "A size of 350 KB is the default value.", + "default": true } ] }, |