summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-29 12:43:20 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-29 12:43:20 +0000
commitd990e3b4440607521be8d79df828f2c50449bd6e (patch)
tree361843be33c7c4cfdd840d94ef02b4125fbdc791 /ChangeLog
parent3e6470958953dd45ef15fb7c6cf6302084ec2013 (diff)
downloadpcsxr-d990e3b4440607521be8d79df828f2c50449bd6e.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53840 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e94508a1..25f6fade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
Jun 29, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* win32/gui/plugin.c: Close PAD plugins before other plugins and don't check
- return value for PADclose(), which should fix issues with LilyPad.
+ return value for PADclose(), which should fix issues with LilyPad.
+ * plugins/dfxvideo/gpu.c: Added 'fake gpu busy' hack and GPUsetFix() API
+ from P.E.Op.S Soft GPU 1.18.
+ * plugins/dfxvideo/externals.h: Likewise.
+ * plugins/dfxvideo/prim.c: Likewise.
+ * plugins/dfxvideo/gpucfg-0.1df/main.c: Likewise.
+ * plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2: Likewise.
+ * macosx/plugins/DFXVideo/English.lproj/NetSfPeopsSoftGPUConfig.nib/classes.nib:
+ Likewise.
+ * macosx/plugins/DFXVideo/English.lproj/NetSfPeopsSoftGPUConfig.nib/keyedobjects.nib:
+ Likewise.
+ * po/pcsx.pot, po/*.po: Updated.
Jun 26, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>