about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/steam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/steam.c b/src/steam.c
index 672e9724..52461a31 100644
--- a/src/steam.c
+++ b/src/steam.c
@@ -160,7 +160,9 @@ void pressure_vessel(int argc, const char** argv, int nextarg, const char* prog)
 //setenv("BOX86_LOG", "1", 1);
 //setenv("BOX64_LOG", "1", 1);
 //setenv("BOX86_SHOWSEGV", "1", 1);
+//setenv("BOX64_DLSYM_ERROR", "1", 1);
 //setenv("BOX64_SHOWSEGV", "1", 1);
+//setenv("BOX64_SHOWBT", "1", 1);
 //setenv("BOX64_DYNAREC_LOG", "1", 1);
 
     printf_log(LOG_DEBUG, "Run %s %s and wait\n", x86?"i386":(x64?"x86_64":""), argv[nextarg]);