diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 00:40:11 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 00:40:11 +0000 |
| commit | 1a0d87b376b4400a58b1441f7a536cf5bc7f54ce (patch) | |
| tree | 5bf03d0662e6049d6e2e9fc0c488f0557c4a7b96 /plugins/dfcdrom | |
| parent | 703337ac81035aa25e5ac819c75520ddf2be53b6 (diff) | |
| download | pcsxr-1a0d87b376b4400a58b1441f7a536cf5bc7f54ce.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54329 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom')
| -rw-r--r-- | plugins/dfcdrom/cdr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h index 56f35c75..fab260e5 100644 --- a/plugins/dfcdrom/cdr.h +++ b/plugins/dfcdrom/cdr.h @@ -68,6 +68,12 @@ struct cdrom_msf { unsigned char cdmsf_frame1; /* end frame */ }; +#define CD_SECS 60 +#define CD_FRAMES 75 +#define CD_FRAMESIZE_RAW 2352 +#define CD_FRAMESIZE_SUB 96 +#define CD_MSF_OFFSET 150 + #ifdef __FreeBSD__ #define DEV_DEF "/dev/acd0" |
