summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 09:32:51 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 09:32:51 +0000
commitc28a09fb48846a73db009bc4cea7c165e5939dc5 (patch)
tree197961d8cd1c505710f22e4cd887fff4b4059577 /ChangeLog
parentf8420db1aaeb3ed3f6122b379dcc2a1d72093ec4 (diff)
downloadpcsxr-c28a09fb48846a73db009bc4cea7c165e5939dc5.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48031 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ae34b116..1257b0b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,9 @@ May 14, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/plugins.c: Fixed crash when launching another game if netplay
plugin is selected but not used during the previously running game.
- * libpcsxcore/psxbios.c: Use TRUE/FALSE for Config.UseNet.
- * gui/Plugin.c: Likewise.
+ * gui/Plugin.c: Use TRUE/FALSE for Config.UseNet.
* win32/gui/plugin.c: Likewise.
+ * libpcsxcore/psxbios.c: Minor cleanup.
May 14, 2010 edgbla <edgbla@yandex.ru>