summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>