diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index efebc6e1..04f318f7 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -222,7 +222,7 @@ Generated code for aligned atomics only #### BOX64_DYNAREC_NATIVEFLAGS * Generate code will use native flags if possible * 0 : The code generated whill not use native flags even when possible -* 1 : Generated code will use native flags when possible (Arm64 only for now) (Default) +* 1 : Generated code will use native flags when possible (Default) #### BOX64_DYNAREC_BLEEDING_EDGE * Detect MonoBleedingEdge and apply conservative settings |