summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cdriso.h')
-rw-r--r--libpcsxcore/cdriso.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/libpcsxcore/cdriso.h b/libpcsxcore/cdriso.h
index 98fec173..85ecaa11 100644
--- a/libpcsxcore/cdriso.h
+++ b/libpcsxcore/cdriso.h
@@ -21,13 +21,7 @@
#ifndef CDRISO_H
#define CDRISO_H
-void imageReaderInit(void);
-
-#define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f))
-
-#define CD_FRAMESIZE_RAW 2352
-#define DATA_SIZE (CD_FRAMESIZE_RAW - 12)
-
-#define SUB_FRAMESIZE 96
+void cdrIsoInit(void);
+int cdrIsoActive(void);
#endif