diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-07 16:42:13 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-07 16:42:13 +0100 |
| commit | 6996c069092e8523e08c12faeeeb38910d797a54 (patch) | |
| tree | d508c026c597e61b1d50b72faa7e2d39ce628f3f /docs | |
| parent | 315068b111a6912ea05a45a3c7e07ff591e53c24 (diff) | |
| download | box64-6996c069092e8523e08c12faeeeb38910d797a54.tar.gz box64-6996c069092e8523e08c12faeeeb38910d797a54.zip | |
TEGRAX1 config also have BOX64_MMAP32 activated by default
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 39852e21..03b1c2fe 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -107,7 +107,7 @@ Call XInitThreads when loading X11. (This is mostly for old Loki games with the #### BOX64_MMAP32 * Will use 32bits address in priority for external MMAP (when 32bits process are detected) * 0 : Use regular mmap (default, except for Snapdragron build) - * 1 : Use 32bits address space mmap in priority for external mmap as soon a 32bits process are detected (default for Snapdragon build) + * 1 : Use 32bits address space mmap in priority for external mmap as soon a 32bits process are detected (default for SnapDragon and TegraX1 build) #### BOX64_IGNOREINT3 * What to do when a CC INT3 opcode is encounter in the code being run |