diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-27 16:54:19 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-27 17:07:04 +0200 |
| commit | 8a471d4d1122c0fe8e36207227b74b69f2866fc6 (patch) | |
| tree | 08194130b2dd3a92fd36ae0efdf13c9c2613a451 /system | |
| parent | 81ca3cd06e17e33c4f19d4aa52030b53cb9f6e42 (diff) | |
| download | box64-8a471d4d1122c0fe8e36207227b74b69f2866fc6.tar.gz box64-8a471d4d1122c0fe8e36207227b74b69f2866fc6.zip | |
This makes steamwebhelper (much) more stable
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 6cf7fef2..de8f020f 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -112,9 +112,9 @@ BOX64_EMULATED_LIBS=libSDL2-2.0.so.0:libSDL2_ttf-2.0.so.0 BOX64_NOSANDBOX=1 BOX64_LOG=0 BOX64_MALLOC_HACK=2 -# this is to save some memory -BOX64_DYNAREC_BIGBLOCK=0 +BOX64_DYNAREC_BIGBLOCK=0 # this is to save some memory BOX64_DYNAREC_ALIGNED_ATOMICS=1 +BOX64_DYNAREC_STRONGMEM=3 [steam-runtime-check-requirements] BOX64_EXIT=1 |