From daa0422dbe12e88f05a05b3e8ec8b760948b841f Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Sat, 20 Nov 2010 13:46:25 +0000 Subject: cdrom.c - fix msf2sec, sec2msf (oops!) - for cdda subq faking git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59828 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 25b14b69..237afd0f 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -99,6 +99,10 @@ unsigned char Test23[] = { 0x43, 0x58, 0x44, 0x32, 0x39 ,0x34, 0x30, 0x51 }; static struct CdrStat stat; static struct SubQ *subq; + + +extern unsigned int msf2sec(char *msf); +extern void sec2msf(unsigned int s, char *msf); extern u16 *iso_play_cdbuf; -- cgit v1.2.3