From ae63a0a24ab125b41e83c7ea5f1bff64ec13289f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 15 Jul 2010 09:32:03 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54652 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfcdrom/cdr-libcdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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 -- cgit v1.2.3