From f7823bc1646f1885bd9a0a19a9645c0e2cb884bd Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 10 Jul 2010 06:54:11 +0000 Subject: I was really stupid... just use libcdio and everything's fine, no need to deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db0d0f04..8ebf1440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +July 10, 2010 Wei Mingzhi + + * configure.ac: Added --enable-libcdio parameter. + * libpcsxcore/cdriso.c: Moved CRC check into... + * libpcsxcore/cdrom.c: ...here. + * libpcsxcore/misc.c: Moved calcCrc() to misc.c. + * libpcsxcore/misc.h: Likewise. + * libpcsxcore/plugins.h: Added CRC field to SubQ struct. + * plugins/dfcdrom/cdr-freebsd.c: Removed. + * plugins/dfcdrom/cdr-solaris.c: Likewise. + * plugins/dfcdrom/cdr-linux.c: Added raw MMC command support. + * plugins/dfcdrom/cdr-null.c: Return 0 for PlayCDDA()/StopCDDA(). + * plugins/dfcdrom/cdr.c: Moved several utility functions to util.c. + * plugins/dfcdrom/util.c: Added. + * plugins/dfcdrom/cfg.c: Removed unnecessary includes. + * plugins/dfcdrom/cdr-libcdio.c: Added libcdio support. + * plugins/dfcdrom/Makefile.am: Added util.c and cdr-libcdio.c, removed + cdr-freebsd.c and cdr-solaris.c. + * plugins/dfsound/cfg.c: Store config file into plugins dir by default. + * plugins/dfsound/spu.c: Made volume louder. + * po/POTFILES.in: Added files in plugins/bladesio1. + * po/update-pot.sh: Likewise. + * po/pcsx.pot, po/*.po: Updated. + July 9, 2010 Wei Mingzhi * plugins/dfcdrom/cdr-solaris.c: Added (not implemented for now). -- cgit v1.2.3