diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 18:50:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 18:50:47 +0100 |
| commit | 06851f8b984574cd1532191feca9765ea07904c0 (patch) | |
| tree | f389096a5bab95f8d4b7cd2be3595d7fac0cd45f /system | |
| parent | 893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (diff) | |
| download | box64-06851f8b984574cd1532191feca9765ea07904c0.tar.gz box64-06851f8b984574cd1532191feca9765ea07904c0.zip | |
Added box64rc configuration file handling
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc new file mode 100644 index 00000000..cbf7fa5f --- /dev/null +++ b/system/box64.box64rc @@ -0,0 +1,34 @@ +# System-wide .box64rc + +# Note that process name are case insensitive! + +# +# Linux process +# + +[7z] +# Those are safe to use on 7z and give a bit of a boost +BOX64_DYNAREC_SAFEFLAGS=0 +BOX64_DYNAREC_BIGBLOCK=2 + +[dontstarve] +# use emulated sdl2 +BOX64_EMULATED_LIBS=libSDL2-2.0.so.0 + +[dota2] +BOX64_CRASHHANDLER=1 +BOX64_DYNAREC_STRONGMEM=1 + +[pressure-vessel-wrap] +BOX64_NOGTK=1 + +[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 + +# +# Wine process +# |