aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.h
diff options
context:
space:
mode:
authornotaz2011-10-30 23:37:53 +0200
committernotaz2011-10-30 23:57:12 +0200
commit0c2871a7e649ef1ce966d5a9a7c1aa359beaf601 (patch)
treec0dc5f482edd0ddf013c38b685ed5e9692d8a991 /libpcsxcore/cdriso.h
parent8f2484caddc9b2ee0b4b7a1fda8b0c8f6d459295 (diff)
downloadpcsx_rearmed-0c2871a7e649ef1ce966d5a9a7c1aa359beaf601.tar.gz
pcsx_rearmed-0c2871a7e649ef1ce966d5a9a7c1aa359beaf601.tar.bz2
pcsx_rearmed-0c2871a7e649ef1ce966d5a9a7c1aa359beaf601.zip
cdriso: support multidisk eboots
Diffstat (limited to 'libpcsxcore/cdriso.h')
-rw-r--r--libpcsxcore/cdriso.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/cdriso.h b/libpcsxcore/cdriso.h
index 27d1ecd..16ad52f 100644
--- a/libpcsxcore/cdriso.h
+++ b/libpcsxcore/cdriso.h
@@ -28,6 +28,9 @@ extern "C" {
void cdrIsoInit(void);
int cdrIsoActive(void);
+extern unsigned int cdrIsoMultidiskCount;
+extern unsigned int cdrIsoMultidiskSelect;
+
#ifdef __cplusplus
}
#endif