diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-25 02:48:41 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-25 02:48:41 +0000 |
| commit | 8da3cda2b3d231298d3dd602fe879521106e91c2 (patch) | |
| tree | f81ab640723833868dac053d2d077a1a01406d58 /plugins/dfcdrom/cdr.h | |
| parent | 363d5e10353d32be5ef56ce988358bcf3811245b (diff) | |
| download | pcsxr-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.h | 2 |
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 |
