diff options
Diffstat (limited to 'libpcsxcore/psxcommon.h')
| -rwxr-xr-x | libpcsxcore/psxcommon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 3f13dfa8..65091a34 100755 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -137,6 +137,7 @@ typedef struct { char PluginsDir[MAXPATHLEN]; char PatchesDir[MAXPATHLEN]; char IsoImgDir[MAXPATHLEN]; + char PsxExeName[12]; boolean Xa; boolean SioIrq; boolean Mdec; @@ -151,6 +152,7 @@ typedef struct { boolean UseNet; boolean VSyncWA; boolean NoMemcard; + boolean PerGameMcd; boolean Widescreen; boolean HideCursor; boolean SaveWindowPos; @@ -162,6 +164,7 @@ typedef struct { u32 AltSpeed1; // Percent relative to natural speed. u32 AltSpeed2; u8 HackFix; + u8 MemHack; #ifdef _WIN32 char Lang[256]; #endif |
