diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-30 13:35:46 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-30 13:35:46 +0000 |
| commit | 04178b2492cd548a7f4c6f38877e0a3e901b591f (patch) | |
| tree | 2d10a15808a78f065d0e0313d9b8e6eb270d75de /libpcsxcore | |
| parent | 4d4c05a5037a729d83bb3481ed3c0f74c2d4cafe (diff) | |
| download | pcsxr-04178b2492cd548a7f4c6f38877e0a3e901b591f.tar.gz | |
5-Star Racing: cdrom.c
- Don't stop cdda on gettn
- Fixes music
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58925 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdrom.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 44e4d5b6..54339a01 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -559,8 +559,10 @@ void cdrInterrupt() { break; case CdlGetTN: + // 5-Star Racing: don't stop CDDA
+ //
+ // Vib Ribbon: CD swap
StopReading(); - StopCdda(); cdr.CmdProcess = 0; SetResultSize(3); |
