From 5bf562688e3738d347a51a72967e29836f8be65a Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Sun, 10 Mar 2019 22:19:59 +0800 Subject: Fix memcard2 still detected by games when its supposed to be disabled --- libpcsxcore/sio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/sio.h') 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); -- cgit v1.2.3