From 06851f8b984574cd1532191feca9765ea07904c0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Nov 2022 18:50:47 +0100 Subject: Added box64rc configuration file handling --- system/box64.box64rc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 system/box64.box64rc (limited to 'system') 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 +# -- cgit 1.4.1