2022-11-27 17:50:47 +00:00
|
|
|
# System-wide .box64rc
|
|
|
|
|
|
|
|
# Note that process name are case insensitive!
|
|
|
|
|
|
|
|
#
|
|
|
|
# Linux process
|
|
|
|
#
|
2022-12-01 16:50:29 +00:00
|
|
|
[3dSen.x86_64]
|
|
|
|
BOX64_DYNAREC_BLEEDING_EDGE=0 # avoid the use of STRONGMEM for much better performances
|
2024-01-04 10:04:43 +00:00
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_FORWARD=1024
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
|
|
|
BOX64_MAXCPU=4 # surprisingly, having too much cpu core slow down things.4 is more than enough here
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2022-11-27 17:50:47 +00:00
|
|
|
|
|
|
|
[7z]
|
|
|
|
# Those are safe to use on 7z and give a bit of a boost
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
2023-03-07 21:03:58 +00:00
|
|
|
BOX64_DYNAREC_FORWARD=512
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-03-07 21:03:58 +00:00
|
|
|
|
|
|
|
[7zz]
|
|
|
|
# Those are safe to use on 7z and give a bit of a boost
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_FORWARD=512
|
2022-11-29 17:48:59 +00:00
|
|
|
BOX64_DYNAREC_CALLRET=1
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2022-11-29 17:48:59 +00:00
|
|
|
|
2023-09-09 14:21:16 +00:00
|
|
|
[bash]
|
|
|
|
# LOG tend to mess up script execution in bash
|
|
|
|
BOX64_LOG=0
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-09-09 14:21:16 +00:00
|
|
|
|
2024-01-04 10:04:43 +00:00
|
|
|
[Broforce.x86_64]
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_FORWARD=1024
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
|
|
|
BOX64_MAXCPU=4 # surprisingly, having too much cpu core slow down things.4 is more than enough here
|
|
|
|
|
2023-02-18 14:06:40 +00:00
|
|
|
[chrome]
|
|
|
|
BOX64_MALLOC_HACK=2
|
|
|
|
|
2022-11-28 17:58:24 +00:00
|
|
|
[deadcells]
|
|
|
|
BOX64_PREFER_EMULATED=1
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2022-11-28 17:58:24 +00:00
|
|
|
|
2022-11-27 17:50:47 +00:00
|
|
|
[dontstarve]
|
|
|
|
# use emulated sdl2
|
|
|
|
BOX64_EMULATED_LIBS=libSDL2-2.0.so.0
|
|
|
|
|
2023-01-28 09:19:04 +00:00
|
|
|
[dontstarve_steam_x64]
|
|
|
|
BOX64_EMULATED_LIBS=libSDL2-2.0.so.0
|
|
|
|
|
2022-11-27 17:50:47 +00:00
|
|
|
[dota2]
|
|
|
|
BOX64_CRASHHANDLER=1
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2023-03-07 21:03:58 +00:00
|
|
|
[factorio]
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_FORWARD=1024
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
2023-04-01 11:18:23 +00:00
|
|
|
BOX64_DYNAREC_FASTROUND=0
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-03-07 21:03:58 +00:00
|
|
|
|
2023-10-18 15:18:50 +00:00
|
|
|
[geekbench6]
|
|
|
|
BOX64_ENV=BOX64_DYNAREC_STRONGMEM=3
|
|
|
|
|
2023-12-21 14:51:55 +00:00
|
|
|
[GridAutosport]
|
2023-12-23 11:53:43 +00:00
|
|
|
#BOX64_DYNAREC_BIGBLOCK=2
|
2023-12-21 14:51:55 +00:00
|
|
|
BOX64_NOSANDBOX=1
|
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
|
|
|
BOX64_MAXCPU=16
|
|
|
|
|
|
|
|
|
2023-01-05 17:45:36 +00:00
|
|
|
[heroic]
|
|
|
|
BOX64_NOSANDBOX=1
|
2023-11-05 13:23:54 +00:00
|
|
|
BOX64_INPROCESSGPU=1
|
2023-02-18 14:06:40 +00:00
|
|
|
BOX64_MALLOC_HACK=2
|
2023-12-13 12:05:38 +00:00
|
|
|
#BOX64_DYNAREC_BIGBLOCK=0 # this is to save some memory, but not necessery with callret=1 (default)
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-12-03 17:26:40 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2023-02-18 14:06:40 +00:00
|
|
|
|
2023-12-22 08:59:43 +00:00
|
|
|
[Hue.x86_64]
|
|
|
|
BOX64_MAXCPU=16
|
|
|
|
|
2023-06-04 09:13:26 +00:00
|
|
|
[LotCG.x86_64]
|
|
|
|
BOX64_DYNAREC_FASTROUND=0
|
|
|
|
|
2023-02-18 14:06:40 +00:00
|
|
|
[nacl_helper]
|
|
|
|
BOX64_MALLOC_HACK=1
|
2023-01-05 17:45:36 +00:00
|
|
|
|
2023-03-07 21:03:58 +00:00
|
|
|
[NuclearBlaze]
|
|
|
|
BOX64_EMULATED_LIBS=libopenal.so.1
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
2023-12-13 12:05:38 +00:00
|
|
|
#BOX64_DYNAREC_BIGBLOCK=3
|
|
|
|
#BOX64_DYNAREC_FORWARD=1024
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-03-07 21:03:58 +00:00
|
|
|
|
2022-11-27 17:50:47 +00:00
|
|
|
[pressure-vessel-wrap]
|
|
|
|
BOX64_NOGTK=1
|
|
|
|
|
2023-04-16 08:50:12 +00:00
|
|
|
[ProjectZomboid64]
|
|
|
|
# This one is still a bit unstable. This might help, but will also slowdown emulation
|
2023-10-18 15:18:50 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=3
|
2023-04-16 08:50:12 +00:00
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
2023-06-02 15:42:12 +00:00
|
|
|
BOX64_DYNAREC_JVM=0
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-04-16 08:50:12 +00:00
|
|
|
|
2023-03-11 09:47:20 +00:00
|
|
|
[Soma.bin.x86_64]
|
|
|
|
# This is needed or the physics engine will not behave correctly
|
|
|
|
BOX64_DYNAREC_FASTROUND=0
|
|
|
|
|
2023-09-09 14:21:16 +00:00
|
|
|
[spotify]
|
|
|
|
BOX64_NOSANDBOX=1
|
2023-11-05 13:23:54 +00:00
|
|
|
BOX64_INPROCESSGPU=1
|
2023-09-09 14:21:16 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_MALLOC_HACK=2
|
|
|
|
# this is to save some memory
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
|
2022-11-27 17:50:47 +00:00
|
|
|
[steam]
|
|
|
|
BOX64_CRASHHANDLER=1
|
|
|
|
BOX64_EMULATED_LIBS=libudev.so.0
|
|
|
|
|
|
|
|
[streaming_client]
|
|
|
|
BOX64_EMULATED_LIBS=libSDL2-2.0.so.0:libSDL2_ttf-2.0.so.0
|
|
|
|
|
2023-01-05 17:45:36 +00:00
|
|
|
[steamwebhelper]
|
|
|
|
BOX64_NOSANDBOX=1
|
2023-11-05 13:23:54 +00:00
|
|
|
BOX64_INPROCESSGPU=1
|
2023-02-18 14:06:40 +00:00
|
|
|
BOX64_LOG=0
|
2023-03-07 21:03:58 +00:00
|
|
|
BOX64_MALLOC_HACK=2
|
2023-12-13 12:05:38 +00:00
|
|
|
#BOX64_DYNAREC_BIGBLOCK=0 # this is to save some memory
|
2023-12-03 17:26:40 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2023-10-29 12:38:19 +00:00
|
|
|
|
|
|
|
[steamwebhelper.exe]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
2023-12-03 17:26:40 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2023-01-05 17:45:36 +00:00
|
|
|
|
|
|
|
[steam-runtime-check-requirements]
|
|
|
|
BOX64_EXIT=1
|
|
|
|
|
2023-08-19 13:06:41 +00:00
|
|
|
[steam-runtime-launcher-service]
|
|
|
|
BOX64_NOGTK=1
|
2023-10-01 13:07:56 +00:00
|
|
|
BOX64_EXIT=1
|
2023-08-19 13:06:41 +00:00
|
|
|
|
2023-10-11 10:15:05 +00:00
|
|
|
[ShovelKnight]
|
|
|
|
BOX64_SDL2_JGUID=1
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-10-11 10:15:05 +00:00
|
|
|
|
2023-03-07 21:03:58 +00:00
|
|
|
[Torchlight2.bin.x86_64]
|
|
|
|
# Those are safe to use on 7z and give a bit of a boost
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_FORWARD=512
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
2023-10-17 16:25:16 +00:00
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
2023-03-07 21:03:58 +00:00
|
|
|
|
2023-10-19 07:57:16 +00:00
|
|
|
[ToTheMoon.bin.x86_64]
|
|
|
|
BOX64_PREFER_EMULATED=1
|
|
|
|
|
2023-12-03 17:26:40 +00:00
|
|
|
[trine3_linux_64bit]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2023-04-19 13:09:09 +00:00
|
|
|
[weixin]
|
|
|
|
BOX64_MALLOC_HACK=2
|
|
|
|
BOX64_NOSANDBOX=1
|
2023-11-05 13:23:54 +00:00
|
|
|
BOX64_INPROCESSGPU=1
|
2023-04-19 13:09:09 +00:00
|
|
|
|
2023-12-21 14:51:55 +00:00
|
|
|
[wine]
|
|
|
|
BOX64_MAXCPU=32
|
|
|
|
|
|
|
|
[wine64]
|
|
|
|
BOX64_MAXCPU=64
|
|
|
|
|
2022-11-27 17:50:47 +00:00
|
|
|
#
|
|
|
|
# Wine process
|
|
|
|
#
|
2022-11-29 17:48:59 +00:00
|
|
|
|
2023-12-03 17:26:40 +00:00
|
|
|
[BatmanAK.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=1
|
|
|
|
|
2023-12-18 08:18:17 +00:00
|
|
|
[CrysisRemastered.exe]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2022-11-29 17:48:59 +00:00
|
|
|
[DOOMx64.exe]
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
|
|
|
|
[DOOMx64vk.exe]
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
|
2023-12-03 17:26:40 +00:00
|
|
|
[Fallout4.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2023-12-05 11:05:20 +00:00
|
|
|
[MMRX.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2023-11-30 17:05:49 +00:00
|
|
|
[Sunblaze.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
|
|
|
[Risk of Rain 2.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2023-11-08 12:49:34 +00:00
|
|
|
[witcher3.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2023-12-20 19:16:07 +00:00
|
|
|
|
|
|
|
[FL64.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
2023-12-27 19:07:42 +00:00
|
|
|
BOX64_DYNAREC_CALLRET=0 # prevent segfaulting
|
|
|
|
|
|
|
|
[zoom]
|
|
|
|
BOX64_DYNAREC_CALLRET=0 # prevent segfaulting
|