summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-28 07:29:36 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-28 07:29:36 +0000
commitee905e2a8af0e14650b63dc08d4541ff205c9e52 (patch)
tree4355d0b0a1523ededb3e2f246624ff5fc7539873 /ChangeLog
parent1f046517cc2f060268282f01a5dae7a19603b9d3 (diff)
downloadpcsxr-ee905e2a8af0e14650b63dc08d4541ff205c9e52.tar.gz
implemented more functions by hand (qsort() is not tested).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49477 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfa44e00..e9fa8bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ May 28, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* macosx/Pcsx.xcodeproj/project.pbxproj: Fixed Xcode Project.
* macosx/English.lproj/InfoPlist.strings: Updated info.
* autogen.sh: Removed autoreconf.
+ * libpcsxcore/psxbios.c: Implemented more functions by hand (qsort() is not
+ tested).
May 25, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>