From e517e5877659a5669113401ab12df2936c11c3f1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 6 Mar 2022 16:27:19 +0100 Subject: Improved speed of mmap changes --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 0cb2be34..5a300117 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -32,6 +32,7 @@ extern uintptr_t trace_start, trace_end; extern char* trace_func; #endif extern int allow_missing_libs; +extern int box64_mapclean; extern int box64_prefer_wrapped; extern int box64_steam; extern int box64_wine; -- cgit 1.4.1