summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.h
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-03-12 18:54:28 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-03-12 18:54:28 +0000
commita58cfdac407bc1d8fedc11acd924b275ba28cc51 (patch)
treeb4c2e08c34ef1bfe0ba947ef8eed931c9a43fc0e /libpcsxcore/cdriso.h
parent9bdd06684bcc627c06ddcf4c406f6b48f0dfe389 (diff)
downloadpcsxr-a58cfdac407bc1d8fedc11acd924b275ba28cc51.tar.gz
Commited patch in issue #8171 (by darktjm).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdriso.h')
-rw-r--r--libpcsxcore/cdriso.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libpcsxcore/cdriso.h b/libpcsxcore/cdriso.h
index 27d1ecd0..dfa863d9 100644
--- a/libpcsxcore/cdriso.h
+++ b/libpcsxcore/cdriso.h
@@ -28,6 +28,14 @@ extern "C" {
void cdrIsoInit(void);
int cdrIsoActive(void);
+unsigned int msf2sec(u8 *msf);
+void sec2msf(unsigned int s, u8 *msf);
+
+extern u16 *iso_play_cdbuf;
+extern u16 iso_play_bufptr;
+
+long CALLBACK ISOinit(void);
+
#ifdef __cplusplus
}
#endif