summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-06-04 23:47:45 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-06-04 23:47:45 +0200
commit0521d579639d32587fb8f65eb28a29d3b63be88b (patch)
tree1b0da4268222ff9a67d61ea6de9bf2bc3ae01c48 /libpcsxcore/psxcommon.h
parent85141ac554d346cd47041a51f6e828a121c568d2 (diff)
parent66d4b1aff798e2890b2bf355d7c0e3f546a1b06b (diff)
downloadpcsxr-0521d579639d32587fb8f65eb28a29d3b63be88b.tar.gz
Merge branch 'multisockets'
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-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