summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-19 08:23:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-19 08:23:44 +0000
commitd84867075fd9e3494ceca991affc4d0388ae1964 (patch)
treeebd0d2b17bc675bc21b94e543789013dcdf5aa48 /ChangeLog
parentf5356b547582a16837050dc0e726893e9132b46d (diff)
downloadpcsxr-d84867075fd9e3494ceca991affc4d0388ae1964.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23747 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fba61b4..2c0f0be8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@ June 19, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* gui/Gtk2Gui.c: Also allow extensions with capital letters in the open
file dialog.
+ * plugins/dfsound/alsa.c: Don't include alsa.h, which is useless. Don't
+ set the buffer time and period time manually.
+ * plugins/dfsound/alsa.h: Deleted.
+ * plugins/dfsound/oss.c: Moved the definations from oss.h to oss.c.
+ * plugins/dfsound/oss.h: Deleted.
+ * debian/rules: Added --enable-alsa to configure parameters.
June 18, 2009 Wei Mingzhi <weimingzhi@gmail.com>