summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 04:47:27 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 04:47:27 +0000
commit6a5c515101e3fe9a80e13136cc0faef5529d9d3c (patch)
tree2e82cc18fad288798bd0df790cb70d6d22c08791 /plugins
parentba9235e75a0725c4ec9590f155856f959d140e71 (diff)
downloadpcsxr-6a5c515101e3fe9a80e13136cc0faef5529d9d3c.tar.gz
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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfcdrom/cdr.h10
1 files changed, 8 insertions, 2 deletions
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 <sys/cdio.h>
+#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