diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-06 17:23:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-06 17:23:47 +0100 |
| commit | 203d06831e365fca87c1d6f4242a9f1df996310d (patch) | |
| tree | dd32bcc22dc0608ab15e85161bead8015dfa1b0e /system | |
| parent | 3e9c435ed13e667a625e1a92f07df0824e370c82 (diff) | |
| download | box64-203d06831e365fca87c1d6f4242a9f1df996310d.tar.gz box64-203d06831e365fca87c1d6f4242a9f1df996310d.zip | |
Added profile for Unigine Heaven Linux version
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index f12aace4..95ad8122 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -91,6 +91,12 @@ BOX64_MALLOC_HACK=2 BOX64_DYNAREC_ALIGNED_ATOMICS=1 BOX64_DYNAREC_STRONGMEM=1 +[heaven_x64] +BOX64_DYNAREC_BIGBLOCK=2 +BOX64_DYNAREC_FORWARD=1024 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_SAFEFLAGS=0 + [Hue.x86_64] BOX64_MAXCPU=16 |