summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b37dc9e..621c4da3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
May 12, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
- * libpcsxcore/sio.c: Erase CdromId and CdromLabel when net connection
- closed.
- * libpcsxcore/psxcommon.h: Use boolean type for config values.
- * gui/Config.c: Use TRUE/FALSE for boolean values, enums for long values in
+ * libpcsxcore/sio.c: Erase CdromId and CdromLabel when net connection closed.
+ * libpcsxcore/psxcommon.h: Use boolean type for config values, byte for enum
+ values.
+ * gui/Config.c: Use TRUE/FALSE for boolean values, enums for byte values in
config.
* gui/ConfDlg.c: Likewise.
+ * macosx/PcsxController.m: Likewise.
* win32/gui/ConfigurePlugins.c: Likewise.
* win32/gui/WndMain.c: Likewise.
* libpcsxcore/psxmem.c: Likewise.