From c12f8fa2544dbcfb29416f39f784abefef276ccb Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 8 Oct 2024 19:44:20 +0200 Subject: [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to help debug X11 programs) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index 7264261d..a17e76a4 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -17,6 +17,7 @@ extern int box64_rdtsc; extern int box64_rdtsc_1ghz; extern uint8_t box64_rdtsc_shift; extern int box64_is32bits; +extern int box64_x11sync; #ifdef DYNAREC extern int box64_dynarec_dump; extern int box64_dynarec_trace; -- cgit 1.4.1