diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-15 07:07:34 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-15 07:07:34 +0000 |
| commit | 4595ee36dbf027ccc8f700cc6d6256f47cd05a98 (patch) | |
| tree | 1a6c3a2cc621d7d6a1811b3d5cb24f220f05b047 /plugins/dfcdrom/cdr.h | |
| parent | 31db6906681fa9815373d5550dce12b77d2518e4 (diff) | |
| download | pcsxr-4595ee36dbf027ccc8f700cc6d6256f47cd05a98.tar.gz | |
use /dev/cd? instead of /dev/acd? on freebsd
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54651 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 9348de14..fee46dc5 100644 --- a/plugins/dfcdrom/cdr.h +++ b/plugins/dfcdrom/cdr.h @@ -78,7 +78,7 @@ struct cdrom_msf { #define CD_FRAMESIZE_SUB 96 #if defined (__FreeBSD__) -#define DEV_DEF "/dev/acd0" +#define DEV_DEF "/dev/cd0" #else #define DEV_DEF "" #endif |
