summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-01-31 12:23:27 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-01-31 12:23:27 +0000
commit8992e5e1b9b6aa3b0997a9e51a0bde2061dddbbe (patch)
treefcd01ee34cc56049ceb6b7b936fd80f0ffd7b670 /ChangeLog
parent42b284632806ccfcba522562e8725af67eda4e49 (diff)
downloadpcsxr-8992e5e1b9b6aa3b0997a9e51a0bde2061dddbbe.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40988 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf092e9..0610e41c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+January 31, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * macosx/EmuThread.m: Use setjmp()/longjmp() for resetting to avoid nasty
+ plugin issues.
+
January 24, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* gui/LnxMain.c: Don't always move the mouse to the right for screensaver
- disabling.
+ disabling.
* win32/pcsx.sln, win32/pcsx.vcproj: Added VC8 Project File.
January 23, 2010 Wei Mingzhi <weimingzhi@gmail.com>