diff options
Diffstat (limited to 'libpcsxcore/psxcommon.h')
| -rw-r--r-- | libpcsxcore/psxcommon.h | 5 |
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 |
