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 /src | |
| parent | 315068b111a6912ea05a45a3c7e07ff591e53c24 (diff) | |
| download | box64-6996c069092e8523e08c12faeeeb38910d797a54.tar.gz box64-6996c069092e8523e08c12faeeeb38910d797a54.zip | |
TEGRAX1 config also have BOX64_MMAP32 activated by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 9c53dfea..42052218 100644 --- a/src/main.c +++ b/src/main.c @@ -51,7 +51,7 @@ int box64_inprocessgpu = 0; int box64_malloc_hack = 0; int box64_dynarec_test = 0; int box64_maxcpu = 0; -#if defined(SD845) || defined(SD888) || defined(SD8G2) +#if defined(SD845) || defined(SD888) || defined(SD8G2) || defined(TEGRAX1) int box64_mmap32 = 1; #else int box64_mmap32 = 0; |