summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-28 11:34:19 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-28 11:34:19 +0000
commitbfc8e12c52df1f7cbe8fafaf7804b56db3103f8f (patch)
tree863705c68b3e5432f41ebe866565ca0431799b5b /libpcsxcore/psxcommon.h
parent5ba533776f6e8a3a0e56b104fc95e2c85ba09b3d (diff)
Added option to not have memory card plugged. Chronicles of the Sword password screen can now be accessed.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rwxr-xr-xlibpcsxcore/psxcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index 9fc1628b..bd12ef51 100755
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -150,6 +150,7 @@ typedef struct {
boolean RCntFix;
boolean UseNet;
boolean VSyncWA;
+ boolean NoMemcard;
boolean Widescreen;
boolean HideCursor;
boolean SaveWindowPos;