diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-01-03 16:26:00 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-01-03 16:26:00 +0000 |
| commit | 70e3ed80fcc6dcd15a4dea2e5f1dece151e4b047 (patch) | |
| tree | 122808214450a764c739073863b0d02f8ccc1d42 | |
| parent | b54c51b96be9e9fb8b5fda8257ab6cb2da5ebd79 (diff) | |
| download | pcsxr-70e3ed80fcc6dcd15a4dea2e5f1dece151e4b047.tar.gz | |
hopkat
-cdrom-win32 legacy spu crash
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61714 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index dde1d50a..efda972a 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -859,7 +859,7 @@ void cdrPlayInterrupt() if (Config.Cdda) memset( cdr.Transfer, 0, CD_FRAMESIZE_RAW );
- if( cdr.Play )
+ if( cdr.Play && SPU_playCDDAchannel)
SPU_playCDDAchannel((short *)cdr.Transfer, CD_FRAMESIZE_RAW);
CDRPLAY_INT( cdReadTime );
|
