From 0c2871a7e649ef1ce966d5a9a7c1aa359beaf601 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 30 Oct 2011 23:37:53 +0200 Subject: cdriso: support multidisk eboots --- libpcsxcore/cdriso.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpcsxcore/cdriso.h') 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 -- cgit v1.2.3