This commit is contained in:
parent
f169e1e725
commit
7acea1b5e2
10 changed files with 161 additions and 156 deletions
|
@ -47,7 +47,6 @@ int CXAStream::s_masterVolumeL=XA_DEFAULT_VOL;
|
|||
int CXAStream::s_masterVolumeR=XA_DEFAULT_VOL;
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
|
@ -60,6 +59,7 @@ sXAStream &ThisStream=CXAStream::Stream[CXAStream::CurrentStream];
|
|||
|
||||
CXAStream::Status=Intr;
|
||||
if (CXAStream::Mode==XA_MODE_IDLE) return;
|
||||
// if (CXAStream::Mode!=XA_MODE_PLAY) return;
|
||||
|
||||
switch (Intr)
|
||||
{
|
||||
|
@ -192,6 +192,8 @@ void CXAStream::Pause()
|
|||
{
|
||||
Mode=XA_MODE_PAUSE;
|
||||
PauseFlag=1;
|
||||
SetVolumeOff();
|
||||
CdControlF(CdlPause,0);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue