diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 11:23:35 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 11:23:35 +0200 |
| commit | f256c48505690dfa39405156f626ca8762d8f1d5 (patch) | |
| tree | 54446bbea1144aa8520b15df63a2ccffd706bfa9 /system | |
| parent | 71c5447b8ad534f2507c0405a348d902e9374517 (diff) | |
| download | box64-f256c48505690dfa39405156f626ca8762d8f1d5.tar.gz box64-f256c48505690dfa39405156f626ca8762d8f1d5.zip | |
Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 411fff74..7c7aeb8c 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -133,8 +133,8 @@ BOX64_NOGTK=1 # This one is still a bit unstable. This might help, but will also slowdown emulation BOX64_DYNAREC_STRONGMEM=3 BOX64_DYNAREC_SAFEFLAGS=2 -BOX64_DYNAREC_JVM=0 BOX64_DYNAREC_ALIGNED_ATOMICS=1 +BOX64_JVM=0 BOX64_SSE42=0 BOX64_MAXCPU=4 |