summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-30 08:42:26 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-30 08:42:26 +0000
commite9e3b118c37eca294d274739f20db783ba5bf7ee (patch)
tree7c246f28036a4418cee469aefc7a04baf5afd683 /ChangeLog
parent577028789213c01d1aab94757c18872d7ff862e3 (diff)
downloadpcsxr-e9e3b118c37eca294d274739f20db783ba5bf7ee.tar.gz
various psxbios fixes by pcc
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23853 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 175ef966..0a623e60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
June 30, 2009 Peter Collingbourne <peter@pcc.me.uk>
+ * libpcsxcore/psxbios.c: Implemented psxBios_rename(). Interpret a file
+ path of the form buX0: as buX0:* in firstfile() and nextfile(). Ensure
+ that memory card data is saved when deleting a file. Advance the file
+ offset when a write or synchronous read occurs.
+
+June 30, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * plugins/peopsxgl/gpu.c: Changed a format string from %08lx to %08x.
+
+June 30, 2009 Peter Collingbourne <peter@pcc.me.uk>
+
* plugins/dfcdrom/main.c: #include locale.h as well as libintl.h to allow
the code to compile in unoptimized mode.
* plugins/dfinput/cfg.c: Likewise.