diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-29 13:38:19 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-29 13:38:19 +0100 |
| commit | c8502fa20cc38de2269d11c50fe6a5849719b663 (patch) | |
| tree | f258bc92a7d23acd0d7c084b7c7aff6641325ce2 | |
| parent | a31c037165cd8dba60e656618ccb224eefca53d2 (diff) | |
| download | box64-c8502fa20cc38de2269d11c50fe6a5849719b663.tar.gz box64-c8502fa20cc38de2269d11c50fe6a5849719b663.zip | |
This might help Steam on Wine
| -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 de8f020f..aaec0e0a 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -113,7 +113,10 @@ BOX64_NOSANDBOX=1 BOX64_LOG=0 BOX64_MALLOC_HACK=2 BOX64_DYNAREC_BIGBLOCK=0 # this is to save some memory -BOX64_DYNAREC_ALIGNED_ATOMICS=1 +BOX64_DYNAREC_STRONGMEM=3 + +[steamwebhelper.exe] +BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_STRONGMEM=3 [steam-runtime-check-requirements] |