summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9792f245..4ad162dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,9 @@ May 24, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
(need to set ACP to east-asian languages).
* win32/intl/gettext.c: Added a hack for UTF-8 support.
* win32/gui/AboutDlg.c: Updated info.
- * win32/config.h: Silenced MSVC6 warnings.
+ * win32/config.h: Silenced MSVC6 warnings.
+ * libpcsxcore/psxbios.c: Implemented more functions. RNG should behave
+ exactly the same as real BIOS now.
May 23, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>