summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-14 06:58:08 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-14 06:58:08 +0000
commit31db6906681fa9815373d5550dce12b77d2518e4 (patch)
tree0863c86f2cc04606407edba2790396f28caca72e /plugins/dfcdrom
parent3d98503d19d09a5c6616e0be33edf4866700f0c0 (diff)
downloadpcsxr-31db6906681fa9815373d5550dce12b77d2518e4.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54581 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom')
-rw-r--r--plugins/dfcdrom/cdr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index 32092122..9348de14 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -74,9 +74,8 @@ struct cdrom_msf {
#define CD_SECS 60
#define CD_FRAMES 75
-#define CD_FRAMESIZE_RAW 2352
-#define CD_FRAMESIZE_SUB 96
#define CD_MSF_OFFSET 150
+#define CD_FRAMESIZE_SUB 96
#if defined (__FreeBSD__)
#define DEV_DEF "/dev/acd0"