From 2d5a9a02425951f4efed764d135be96867eb532f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 7 May 2010 04:31:29 +0000 Subject: preparing for refactor/cleanup, moved all definations into .c files, other minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8467ab60..71764684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +May 7, 2010 Wei Mingzhi + + * libpcsxcore/misc.h: Preparing for refactor/cleanup, moved all definations + into .c files, other minor cleanups. (Breaks Mac OS X and maybe Windows as + well for now, will fix later) + * libpcsxcore/psxdma.h: Likewise. + * libpcsxcore/psxcounters.h: Likewise. + * libpcsxcore/cdrom.c: Likewise. + * libpcsxcore/cdrom.h: Likewise. + * libpcsxcore/psxmem.c: Likewise. + * libpcsxcore/psxmem.h: Likewise. + * libpcsxcore/cdriso.c: Likewise. + * libpcsxcore/ppf.c: Likewise. + * libpcsxcore/cdriso.h: Likewise. + * libpcsxcore/system.h: Likewise. + * libpcsxcore/debug.h: Likewise. + * libpcsxcore/r3000a.c: Likewise. + * libpcsxcore/psxhle.h: Likewise. + * libpcsxcore/spu.h: Likewise. + * libpcsxcore/mdec.h: Likewise. + * libpcsxcore/psxhw.h: Likewise. + * libpcsxcore/plugins.c: Likewise. + * libpcsxcore/plugins.h: Likewise. + * libpcsxcore/psxcommon.h: Likewise. + * libpcsxcore/sio.c: Likewise. + * libpcsxcore/misc.c: Likewise. + * libpcsxcore/psxcounters.c: Likewise. + * libpcsxcore/ix86_64/iR3000A-64.c: Likewise. + * libpcsxcore/ix86_64/ix86-64.c: Likewise. + * gui/LnxMain.c: Likewise. + * gui/Gtk2Gui.c: Likewise. + * libpcsxcore/psxcommon.c: Added. + * win32/pcsx.dsp: Added psxcommon.c. + * libpcsxcore/Makefile.am: Likewise. + * autogen.sh: Run autoreconf as well. + * AUTHORS: Updated info. + May 5, 2010 edgbla * libpcsxcore/psxcounters.c: Updated (Rc2Disable). -- cgit v1.2.3