summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-08 14:56:45 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-08 14:56:45 +0000
commit1777549e90132ef18bce339efd6a000441eb6060 (patch)
tree4fd07393a1d0f0a07f475ea1969ff3e244b8dcdb /ChangeLog
parent52afb9f8afbb17597461a96199941c62c6e7c634 (diff)
downloadpcsxr-1777549e90132ef18bce339efd6a000441eb6060.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@29266 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a2f6d57..80ec0c4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@ September 8, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* win32/gui/ConfigurePlugins.c: Select a real BIOS instead of the Internal
HLE BIOS by default at the first run.
+ * gui/Gtk2Gui.c: Likewise.
+ * gui/LnxMain.c: Scan BIOSes in certain system-wide directories and place
+ symlinks in ~/.pcsx/bios.
+ * gui/Makefile.am, gui/Makefile.in: Added PSEMU_DATA_DIR.
+ * po/pcsx.pot, po/zh_CN.po, po/zh_TW.po: Updated.
September 7, 2009 Wei Mingzhi <weimingzhi@gmail.com>