summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-01 04:32:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-01 04:32:44 +0000
commit81c68de8b937f9f80f3066d3e0907cc3e394f5ab (patch)
tree829408208c260c652eafa9c590168ec4ef21f270 /ChangeLog
parent15a247741a63d78340d2296ca178715bda2dd21b (diff)
downloadpcsxr-81c68de8b937f9f80f3066d3e0907cc3e394f5ab.tar.gz
added configure utility for P.E.Op.S OpenGL plugin
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23612 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4ad1a99..50d99fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+June 1, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * plugins/peopsxgl/Makefile.am: Added config utility.
+ * plugins/peopsxgl/gpucfg/callbacks.c: Added.
+ * plugins/peopsxgl/gpucfg/callbacks.h: Added.
+ * plugins/peopsxgl/gpucfg/interface.c: Added.
+ * plugins/peopsxgl/gpucfg/interface.h: Added.
+ * plugins/peopsxgl/gpucfg/main.c: Added.
+ * plugins/peopsxgl/gpucfg/support.c: Added.
+ * plugins/peopsxgl/gpucfg/support.h: Added.
+ * plugins/peopsxgl/cfg.c: Reverted the filename of config file.
+ * plugins/dfcdrom/interface.c: Supported translation.
+
May 31, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* gui/Config.c, plugins/dfxvideo/cfg.c: Fixed invalid memory access.