summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-05-22 00:50:40 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-05-22 00:53:22 +0200
commitaea565d558f929729c0cb889f9c3296f2f487d0d (patch)
tree106995c4372fac1cac1406ea7d39f00d51b317ae /libpcsxcore
parent004a30545873496d279b4975ba74f3d334291dfe (diff)
downloadpcsxr-aea565d558f929729c0cb889f9c3296f2f487d0d.tar.gz
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.
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psxcommon.h5
1 files changed, 3 insertions, 2 deletions
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