summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdr.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-25 02:48:41 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-25 02:48:41 +0000
commit8da3cda2b3d231298d3dd602fe879521106e91c2 (patch)
treef81ab640723833868dac053d2d077a1a01406d58 /plugins/dfcdrom/cdr.h
parent363d5e10353d32be5ef56ce988358bcf3811245b (diff)
downloadpcsxr-8da3cda2b3d231298d3dd602fe879521106e91c2.tar.gz
Ported DFCdrom to osx, removed old CDDeviceInterface plugin
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55123 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
-rw-r--r--plugins/dfcdrom/cdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index fee46dc5..0ae2c680 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -83,7 +83,7 @@ struct cdrom_msf {
#define DEV_DEF ""
#endif
-#ifndef USE_LIBCDIO
+#if !defined (USE_LIBCDIO) && !defined (_MACOSX)
#define USE_NULL 1
#endif