summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-21 04:27:21 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-21 04:27:21 +0000
commitf0684f680a9d2611b3854b72c356c6f3354b65c9 (patch)
treeea161d701a57969c757bb47268b80c995e8ad692 /ChangeLog
parent481093baa83a3f5754c75b0f4a71b57b048bb2d8 (diff)
downloadpcsxr-f0684f680a9d2611b3854b72c356c6f3354b65c9.tar.gz
implemented several hle bios funcs in core instead of calling standard C library funcs (Not done yet).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48428 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 35b2ee84..aee9fdbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ May 21, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfsound/Makefile.am: Likewise.
* po/pt_BR.po, po/it.po, po/zh_TW.po, po/ru_RU.po, po/pcsx.pot, po/zh_CN.po:
Updated.
+ * libpcsxcore/psxbios.c: Implemented several HLE BIOS functions inside the
+ core instead of calling the standard C functions. (Not done yet)
May 20, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>