summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-20 04:55:02 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-20 04:55:02 +0000
commitb8b814362e39bd1abbcaf47df579cd8ad2793aa4 (patch)
treea7d4dab6a4a78e0a501098f82229cc292fb60293 /ChangeLog
parente1e09a77d27270ea451e043c66bc14789a5e57a4 (diff)
downloadpcsxr-b8b814362e39bd1abbcaf47df579cd8ad2793aa4.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1d15109..46478650 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ May 20, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* macosx/main.m: Removed obsolete code, added const to function definations.
* libpcsxcore/plugins.c: Added brackets around the use of CheckErr().
+ * libpcsxcore/psxcommon.h: Added brackets around gzfreeze().
+ * plugins/dfinput/Makefile.am: Use $(SDL_CFLAGS) and $(SDL_LIBS).
+ * plugins/dfsound/Makefile.am: Likewise.
May 19, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>