diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-08-18 10:16:38 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-08-18 10:16:38 +0200 |
| commit | c384d53d75bb082ecbbbd4741f9b9a340ee912a0 (patch) | |
| tree | add24973d7b7227708b85e581873442d68298a70 /system | |
| parent | 243a4deae7390dd3720fee54beabae5a83c3ebb5 (diff) | |
| download | box64-c384d53d75bb082ecbbbd4741f9b9a340ee912a0.tar.gz box64-c384d53d75bb082ecbbbd4741f9b9a340ee912a0.zip | |
[HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until a better solution is found (heroic is still a bit unstable)
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 383c01d7..dc4a2fc6 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -117,7 +117,6 @@ BOX64_MAXCPU=16 BOX64_NOSANDBOX=1 BOX64_INPROCESSGPU=1 BOX64_MALLOC_HACK=2 -BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_CALLRET=1 BOX64_DYNAREC_ALIGNED_ATOMICS=1 BOX64_DYNAREC_STRONGMEM=1 |