summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-12-04 10:19:29 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-12-04 10:19:29 +0000
commit821c3db4efeef0fd6b93ceb8d1446fe94fea5a95 (patch)
tree6d97b32e3f56b13e537b9d31100e171c4bafd8da /ChangeLog
parent41e7b60e2e6397c4f8ae91495eb74728b6f562c7 (diff)
downloadpcsxr-821c3db4efeef0fd6b93ceb8d1446fe94fea5a95.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38796 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b34c3696..82432388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ December 4, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* plugins/dfinput/xkb.c: Likewise.
* plugins/dfinput/pad.h: Likewise.
* po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/pcsx.pot: Updated.
+ * libpcsxcore/psxbios.c: Don't touch the stack pointer if pointed to the
+ hardware area, which fixes FF7 chocobo racing problem. Don't always
+ allocate stack spaces before softcall.
December 3, 2009 Wei Mingzhi <weimingzhi@gmail.com>