summaryrefslogtreecommitdiff
path: root/libpcsxcore/sio.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2016-03-30 15:07:35 +0100
committeriCatButler <i.am.catbutler@gmail.com>2016-03-30 15:07:35 +0100
commit8b4350fee747708ffd376744ef5dc1e239a87ba6 (patch)
treea9ab6e2f25e06edc7c668353f8000856704f7fa3 /libpcsxcore/sio.h
parente3df273095a5800e3dcdcb63bd66e269c0c2d3a8 (diff)
downloadpcsxr-8b4350fee747708ffd376744ef5dc1e239a87ba6.tar.gz
Bring up to date with PCSX-R master (97809)
Diffstat (limited to 'libpcsxcore/sio.h')
-rwxr-xr-xlibpcsxcore/sio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/sio.h b/libpcsxcore/sio.h
index f22218b3..64993992 100755
--- a/libpcsxcore/sio.h
+++ b/libpcsxcore/sio.h
@@ -31,7 +31,8 @@ extern "C" {
#include "plugins.h"
#include "psemu_plugin_defs.h"
-#define MCD_SIZE (1024 * 8 * 16)
+#define MCD_SECT_SIZE (8 * 16)
+#define MCD_SIZE (1024 * MCD_SECT_SIZE)
extern char Mcd1Data[MCD_SIZE], Mcd2Data[MCD_SIZE];