diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-18 17:18:50 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-18 17:18:50 +0200 |
| commit | 0481589615582cfd7ef737ac90ccb9a9a19f3d41 (patch) | |
| tree | 3f9f25db6e8cd7d1ed1c228117fd0e3eb3fc6a9b /system | |
| parent | 6ef2b22a3ce4aaf5df5069dab226c1eeab806b19 (diff) | |
| download | box64-0481589615582cfd7ef737ac90ccb9a9a19f3d41.tar.gz box64-0481589615582cfd7ef737ac90ccb9a9a19f3d41.zip | |
[ARM64_DYNAREC] More changes to Strong memory model emulation
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index fec1894f..65008633 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -56,6 +56,9 @@ BOX64_DYNAREC_CALLRET=1 BOX64_DYNAREC_FASTROUND=0 BOX64_DYNAREC_ALIGNED_ATOMICS=1 +[geekbench6] +BOX64_ENV=BOX64_DYNAREC_STRONGMEM=3 + [heroic] BOX64_NOSANDBOX=1 BOX64_MALLOC_HACK=2 @@ -82,7 +85,7 @@ BOX64_NOGTK=1 [ProjectZomboid64] # This one is still a bit unstable. This might help, but will also slowdown emulation -BOX64_DYNAREC_STRONGMEM=2 +BOX64_DYNAREC_STRONGMEM=3 BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_JVM=0 BOX64_DYNAREC_ALIGNED_ATOMICS=1 |