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
|
|
|
|
|
2024-01-19 14:07:54 +00:00
|
|
|
[EtG.x86_64]
|
|
|
|
BOX64_MAXCPU=4 #it will crash with too many cpu, 4 is enough anyway
|
|
|
|
|
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
|
|
|
|
|
2024-01-06 09:48:18 +00:00
|
|
|
[geekbench5]
|
|
|
|
BOX64_ENV=BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_ENV1=BOX64_DYNAREC_FORWARD=1024
|
|
|
|
BOX64_ENV2=BOX64_DYNAREC_CALLRET=1
|
|
|
|
|
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
|
2024-01-19 14:07:54 +00:00
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
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
|
|
|
|
2024-01-06 16:23:47 +00:00
|
|
|
[heaven_x64]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_FORWARD=1024
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=0
|
|
|
|
|
2023-12-22 08:59:43 +00:00
|
|
|
[Hue.x86_64]
|
|
|
|
BOX64_MAXCPU=16
|
|
|
|
|
2024-01-19 14:07:54 +00:00
|
|
|
[Kingdom.x86_64]
|
|
|
|
BOX64_MAXCPU=4
|
|
|
|
|
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
|
|
|
|
2024-04-10 15:56:02 +00:00
|
|
|
[OxygenNotIncluded]
|
|
|
|
BOX64_DYNAREC_FASTROUND=0
|
|
|
|
|
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
|
|
|
|
|
2024-03-02 09:10:42 +00:00
|
|
|
#[steamwebhelper]
|
|
|
|
#BOX64_NOSANDBOX=1
|
|
|
|
#BOX64_INPROCESSGPU=1
|
|
|
|
#BOX64_LOG=0
|
|
|
|
#BOX64_MALLOC_HACK=2
|
|
|
|
#BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
#BOX64_DYNAREC_CALLRET=1
|
|
|
|
#BOX64_DYNAREC_STRONGMEM=2
|
2023-10-29 12:38:19 +00:00
|
|
|
|
|
|
|
[steamwebhelper.exe]
|
2024-03-12 10:39:11 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=4
|
2023-10-29 12:38:19 +00:00
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
2024-02-24 08:54:29 +00:00
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
|
|
|
|
[steam.exe]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2024-03-12 15:43:10 +00:00
|
|
|
BOX64_CEFDISABLEGPU=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]
|
2024-02-03 16:00:56 +00:00
|
|
|
BOX64_MAXCPU=64
|
2023-12-21 14:51:55 +00:00
|
|
|
|
|
|
|
[wine64]
|
|
|
|
BOX64_MAXCPU=64
|
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[zoom]
|
|
|
|
BOX64_DYNAREC_CALLRET=0 # prevent segfaulting
|
|
|
|
|
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
|
|
|
|
|
2024-01-19 14:07:54 +00:00
|
|
|
[Battle.net.exe]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_DYNAREC_CALLRET=1
|
|
|
|
BOX64_DYNAREC_ALIGNED_ATOMICS=0
|
|
|
|
|
2024-03-07 16:48:17 +00:00
|
|
|
[CapcomArcadeStadium.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_NOGTK=1
|
|
|
|
|
2024-04-20 16:42:03 +00:00
|
|
|
[CapcomArcade2ndStadium.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_NOGTK=1
|
|
|
|
|
2024-01-27 16:37:16 +00:00
|
|
|
[Celeste.exe]
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
|
2023-12-18 08:18:17 +00:00
|
|
|
[CrysisRemastered.exe]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=2
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2024-01-30 13:05:11 +00:00
|
|
|
[DaveTheDiver.exe]
|
|
|
|
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
|
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[FL64.exe]
|
2023-12-05 11:05:20 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2024-01-16 09:21:21 +00:00
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
BOX64_DYNAREC_CALLRET=0 # prevent segfaulting
|
2023-12-05 11:05:20 +00:00
|
|
|
|
2024-02-03 16:00:56 +00:00
|
|
|
[ForzaHorizon4.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1 #prevent random crashes it seems
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_FASTROUND=0 #needed or interior view are borken, among other things
|
|
|
|
|
|
|
|
[ForzaWebHelper.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=3
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
BOX64_DYNAREC_CALLRET=0
|
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[GenshinImpact.exe]
|
2023-11-30 17:05:49 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2024-01-16 09:21:21 +00:00
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
2023-11-30 17:05:49 +00:00
|
|
|
|
2024-02-23 15:41:44 +00:00
|
|
|
[HorizonZeroDawn.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_RDTSC=2
|
|
|
|
|
2024-03-11 14:22:01 +00:00
|
|
|
[INSIDE.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2024-02-20 15:29:09 +00:00
|
|
|
[MassEffect.exe]
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
BOX64_DYNAREC_X87DOUBLE=1
|
|
|
|
BOX64_DYNAREC_FASTROUND=0
|
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[MMRX.exe]
|
2023-11-30 17:05:49 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2024-04-20 16:42:03 +00:00
|
|
|
[RocketLeague.exe]
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[Risk of Rain 2.exe]
|
2023-11-08 12:49:34 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2023-12-20 19:16:07 +00:00
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[Sunblaze.exe]
|
2023-12-20 19:16:07 +00:00
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2023-12-27 19:07:42 +00:00
|
|
|
|
2024-01-16 09:21:21 +00:00
|
|
|
[witcher3.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=1
|
2024-01-27 16:00:56 +00:00
|
|
|
|
2024-01-27 16:02:41 +00:00
|
|
|
[Unturned.exe]
|
2024-01-27 16:00:56 +00:00
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
2024-04-20 10:04:54 +00:00
|
|
|
|
|
|
|
[YandareSimulator.exe]
|
|
|
|
BOX64_DYNAREC_STRONGMEM=2
|
|
|
|
BOX64_DYNAREC_SAFEFLAGS=2
|
|
|
|
BOX64_DYNAREC_BIGBLOCK=0
|
|
|
|
BOX64_DYNAREC_CALLRET=0
|