From 6a5c515101e3fe9a80e13136cc0faef5529d9d3c Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 9 Jul 2010 04:47:27 +0000 Subject: again abusing the svn repo to copy code from host to Solaris in VirtualBox... git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54390 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfcdrom/cdr.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h index c87df4a8..2123ce66 100644 --- a/plugins/dfcdrom/cdr.h +++ b/plugins/dfcdrom/cdr.h @@ -61,6 +61,12 @@ #include +#define CD_SECS 60 +#define CD_FRAMES 75 +#define CD_FRAMESIZE_RAW 2352 +#define CD_FRAMESIZE_SUB 96 +#define CD_MSF_OFFSET 150 + /* The CD-ROM device name seems to vary on different computers on Solaris, so let user set this. */ #define DEV_DEF "" @@ -76,8 +82,8 @@ struct cdrom_msf { unsigned char cdmsf_frame1; /* end frame */ }; -#define CD_SECS 60 -#define CD_FRAMES 75 +#define CD_SECS 60 +#define CD_FRAMES 75 #define CD_FRAMESIZE_RAW 2352 #define CD_FRAMESIZE_SUB 96 #define CD_MSF_OFFSET 150 -- cgit v1.2.3