This commit is contained in:
Paul 2000-09-11 23:41:29 +00:00
parent af942304af
commit ae882b7dfb
13 changed files with 84 additions and 74 deletions

View file

@ -111,13 +111,13 @@ sXAStream &ThisStream=CXAStream::Stream[CXAStream::CurrentStream];
void CXAStream::Init()
{
#ifdef FORCE_XA
DbgMsg0("FORCE XA\n");
SYSTEM_DBGMSG("FORCE XA\n");
while (!CdInit());
CFileIO::FindAllFilePos();
CXAStream::SetSector(CFileIO::GetFilePos(FILEPOS_TRACK1));
#endif
DBG_MSG0("XA INITIALISED");
SYSTEM_DBGMSG("XA INITIALISED");
// Set defaults
CurrentStream=XA_STREAM_MUSIC;