summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2016-04-01 12:14:52 +0100
committeriCatButler <i.am.catbutler@gmail.com>2016-04-01 12:14:52 +0100
commitf84c6902b40b678b2027a95cb4a80bbfb3270f9f (patch)
tree3adceaa069f2f66d1a039951fea35d754cf64c67 /libpcsxcore/psxcommon.h
parent3c0cd06addad4e0a957422ee9ecbeb12f24cffac (diff)
parentf671d256e7c1a3365cf2bbc89270363a17d66a1b (diff)
downloadpcsxr-f84c6902b40b678b2027a95cb4a80bbfb3270f9f.tar.gz
Merge pull request #1 from tapcio/master
Added my improvements and some fixes
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rwxr-xr-xlibpcsxcore/psxcommon.h3
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