summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-30 01:51:03 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-30 01:51:03 +0000
commitbf456c2072aff8448ff83db081dc700bb7032846 (patch)
tree29a9f5d8b0b35edecc2ef426b85c041c51e8ee45 /ChangeLog
parente34b999f66b792607cf301ea3f93a8bef7b6f8e0 (diff)
downloadpcsxr-bf456c2072aff8448ff83db081dc700bb7032846.tar.gz
HLE BIOS: Fixed memcpy(), create new stack for interrupt handlers.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49873 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb8766de..c9d3e0a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+May 30, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * libpcsxcore/psxbios.c: Fixed memcpy(), create new stack for interrupt
+ handlers.
+
May 29, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/psxbios.c: Implemented more functions without standard C library