diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-30 14:53:47 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-30 14:53:47 +0000 |
| commit | 985796c01484339cbd10045b7cfd346d0090bc63 (patch) | |
| tree | ebb2d6a4db1eb7308323a261f22712ae3eac9cf8 /libpcsxcore/r3000a.h | |
| parent | e457712509039b896e3ffd260d32180cf775e7f9 (diff) | |
Vib Ribbon: cdrom.c
- Use own decoded buffer IRQ handling, fix CD swapping, demute cd-xa volume
- Game mostly playable (original + music modes)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58927 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/r3000a.h')
| -rw-r--r-- | libpcsxcore/r3000a.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index 4c6946e1..3486ea11 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -155,7 +155,9 @@ enum { PSXINT_MDECINDMA, PSXINT_GPUOTCDMA,
PSXINT_CDRDMA,
- PSXINT_CDREPPLAY
+ PSXINT_CDREPPLAY,
+ PSXINT_CDRDBUF,
+ PSXINT_CDRLID
}; typedef struct { |
