summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-07 09:57:50 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-07 09:57:50 +0000
commitaaaf3199b1afd1e5f88f23ce40305a5df5455599 (patch)
tree2998019ebb042613b5cb06b12d62fefca1b11cc0 /ChangeLog
parentcb7447b2232a6029c9411afaf55b602797b45583 (diff)
downloadpcsxr-aaaf3199b1afd1e5f88f23ce40305a5df5455599.tar.gz
more cleanups
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47556 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f762b11..2be40a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
May 7, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+ * libpcsxcore/r3000a.c: Removed unneeded declarations, other minor cleanups.
+ * libpcsxcore/plugins.c: Likewise.
+ * libpcsxcore/plugins.h: Likewise.
+ * libpcsxcore/psxcommon.h: Added definations for boolean type, as well as
+ TRUE and FALSE (not used for now).
+ * gui/Linux.h: Declares StatesC here.
+
+May 7, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
* 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)