From aea565d558f929729c0cb889f9c3296f2f487d0d Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 22 May 2020 00:50:40 +0200 Subject: Added GDB server on CpuCfg UI dialog, rearranged layout The layout was rearranged to make it fit on smaller screens e.g.: 768pix height as featured on many laptops. GDB server not implemented yet. --- libpcsxcore/psxcommon.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index f2fba819..c6deaa9f 100644 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ -/* -* This file contains common definitions and includes for all parts of the +/* +* This file contains common definitions and includes for all parts of the * emulator core. */ @@ -172,6 +172,7 @@ typedef struct { boolean PGXP_Cache; boolean PGXP_Texture; u32 PGXP_Mode; + boolean GdbServer; #ifdef _WIN32 char Lang[256]; #endif -- cgit v1.2.3