diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-13 07:28:03 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-13 07:28:03 +0000 |
| commit | d34b4220bde29d7937d927e9d17a50470a36c500 (patch) | |
| tree | 8f81f19f16f8fd5f72a8ae7c3eb16a83fd1a9942 /libpcsxcore/sio.c | |
| parent | a58cfdac407bc1d8fedc11acd924b275ba28cc51 (diff) | |
| download | pcsxr-d34b4220bde29d7937d927e9d17a50470a36c500.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64535 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/sio.c')
| -rw-r--r-- | libpcsxcore/sio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index 1659b73a..454081d8 100644 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -710,6 +710,10 @@ void sioWrite8(unsigned char value) { return; case 0x81: // start memcard StatReg |= RX_RDY; +#if 0
+ // Chronicles of the Sword - no memcard = password options + if( Config.Memcard == 1 ) return;
+#endif
memcpy(buf, cardh, 4); parp = 0; bufcount = 3; |
