diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-15 09:32:03 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-15 09:32:03 +0000 |
| commit | ae63a0a24ab125b41e83c7ea5f1bff64ec13289f (patch) | |
| tree | 9e65359b3b10cab1cd4ba0ab791737a1fab47adc | |
| parent | 4595ee36dbf027ccc8f700cc6d6256f47cd05a98 (diff) | |
| download | pcsxr-ae63a0a24ab125b41e83c7ea5f1bff64ec13289f.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54652 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | plugins/dfcdrom/cdr-libcdio.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ July 15, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
- * plugins/dfcdrom/cdr-libcdio.c: Force MMC access mode on FreeBSD.
+ * plugins/dfcdrom/cdr-libcdio.c: Force CAM access mode on FreeBSD.
* plugins/dfcdrom/cdrcfg-0.1df/main.c: Use /dev/cd? instead on /dev/acd? on
FreeBSD.
* plugins/dfcdrom/cdr.h: Likewise.
diff --git a/plugins/dfcdrom/cdr-libcdio.c b/plugins/dfcdrom/cdr-libcdio.c index 560cd76b..4f7c5ed6 100644 --- a/plugins/dfcdrom/cdr-libcdio.c +++ b/plugins/dfcdrom/cdr-libcdio.c @@ -79,7 +79,7 @@ int OpenCdHandle(const char *dev) { } #ifdef __FreeBSD__ - cdHandle = cdio_open_am_cd(dev, "MMC"); + cdHandle = cdio_open_am_cd(dev, "CAM"); #else cdHandle = cdio_open_cd(dev); #endif |
