aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/sio.h
diff options
context:
space:
mode:
authorretro-wertz2019-03-10 22:19:59 +0800
committerretro-wertz2019-03-10 22:19:59 +0800
commit5bf562688e3738d347a51a72967e29836f8be65a (patch)
treec35f90191de8e557f59408e174a0465f5936b90e /libpcsxcore/sio.h
parentf8983cce17260bd0c570643734bc21ebd76e26c8 (diff)
downloadpcsx_rearmed-5bf562688e3738d347a51a72967e29836f8be65a.tar.gz
pcsx_rearmed-5bf562688e3738d347a51a72967e29836f8be65a.tar.bz2
pcsx_rearmed-5bf562688e3738d347a51a72967e29836f8be65a.zip
Fix memcard2 still detected by games when its supposed to be disabled
Diffstat (limited to 'libpcsxcore/sio.h')
-rw-r--r--libpcsxcore/sio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/sio.h b/libpcsxcore/sio.h
index eff1746..a554c2b 100644
--- a/libpcsxcore/sio.h
+++ b/libpcsxcore/sio.h
@@ -34,6 +34,7 @@ extern "C" {
#define MCD_SIZE (1024 * 8 * 16)
extern char Mcd1Data[MCD_SIZE], Mcd2Data[MCD_SIZE];
+extern char McdDisable[2];
void sioWrite8(unsigned char value);
void sioWriteStat16(unsigned short value);