aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.h
diff options
context:
space:
mode:
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