summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-18 01:34:01 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-18 01:34:01 +0000
commitc4f5208806fe4136b19cce9f63f03820fc49d0cf (patch)
treec1f42770d9fc0f88538993f0fb4cc78c364c056e /ChangeLog
parentc4a77870fcb7793bd5a7611b9994a5b15a335a3c (diff)
downloadpcsxr-c4f5208806fe4136b19cce9f63f03820fc49d0cf.tar.gz
peopsxgl: Readded windows support.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56180 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0640c681..bc9f754d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+August 18, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * plugins/peopsxgl/cfg.h: Readded Windows support.
+ * plugins/peopsxgl/draw.c: Likewise.
+ * plugins/peopsxgl/draw.h: Likewise.
+ * plugins/peopsxgl/externals.h: Likewise.
+ * plugins/peopsxgl/fps.h: Likewise.
+ * plugins/peopsxgl/gl_ext.h: Likewise.
+ * plugins/peopsxgl/gpu.c: Likewise.
+ * plugins/peopsxgl/menu.c: Likewise.
+ * plugins/peopsxgl/menu.h: Likewise.
+ * plugins/peopsxgl/soft.c: Likewise.
+ * plugins/peopsxgl/stdafx.h: Likewise.
+ * plugins/peopsxgl/texture.c: Likewise.
+ * win32/plugins/peopsxgl: Added.
+ * win32/plugins/dfsound/winsrc/bitmap1.bmp: Moved to...
+ * win32/plugins/dfsound/bitmap1.bmp: Here.
+ * win32/plugins/dfsound/winsrc/bitmap2.bmp: Moved to...
+ * win32/plugins/dfsound/bitmap2.bmp: Here.
+ * win32/plugins/dfsound/winsrc/bitmap3.bmp: Moved to...
+ * win32/plugins/dfsound/bitmap3.bmp: Here.
+ * win32/plugins/dfsound/winsrc/bitmap4.bmp: Moved to...
+ * win32/plugins/dfsound/bitmap4.bmp: Here.
+ * win32/plugins/dfsound/winsrc/bitmap5.bmp: Moved to...
+ * win32/plugins/dfsound/bitmap5.bmp: Here.
+ * win32/plugins/dfsound/winsrc/DFSound.def: Moved to...
+ * win32/plugins/dfsound/DFSound.def: Here.
+ * win32/plugins/dfsound/winsrc/DFSound.rc: Moved to...
+ * win32/plugins/dfsound/DFSound.rc: Here.
+ * win32/plugins/dfsound/winsrc/resource.h: Moved to...
+ * win32/plugins/dfsound/resource.h: Here.
+ * win32/plugins/dfsound/DFSound.dsp: Updated.
+ * win32/plugins/dfsound/DFSound.dev: Added Dev-C++ Project file.
+ * win32/plugins/dfxvideo/winsrc/DFXVideo.def: Moved to...
+ * win32/plugins/dfxvideo/DFXVideo.def: Here.
+ * win32/plugins/dfxvideo/winsrc/DFXVideo.rc: Moved to...
+ * win32/plugins/dfxvideo/DFXVideo.rc: Here.
+ * win32/plugins/dfxvideo/winsrc/gpu.bmp: Moved to...
+ * win32/plugins/dfxvideo/gpu.bmp: Here.
+ * win32/plugins/dfxvideo/winsrc/resource.h: Moved to...
+ * win32/plugins/dfxvideo/resource.h: Here.
+ * win32/plugins/dfxvideo/DFXVideo.dsp: Updated.
+ * win32/plugins/dfxvideo/DFXVideo.dev: Added Dev-C++ Project file.
+
August 14, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfxvideo/draw.c: Fixed hq2x/hq3x under Windows.