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 /plugins | |
| parent | 4595ee36dbf027ccc8f700cc6d6256f47cd05a98 (diff) | |
| download | pcsxr-ae63a0a24ab125b41e83c7ea5f1bff64ec13289f.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54652 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfcdrom/cdr-libcdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
