diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-12 03:03:58 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-12 03:03:58 +0000 |
| commit | 0169e4968d17823b71c52961c52417ea8057130c (patch) | |
| tree | feae8d106164c1fbd43ddf9e7adc4ff4a3f70e84 /ChangeLog | |
| parent | 34b2030516e8fcab81affc1e11a9b2f1a61761e4 (diff) | |
| download | pcsxr-0169e4968d17823b71c52961c52417ea8057130c.tar.gz | |
use boolean for where it should.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47869 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ 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 + config. + * gui/ConfDlg.c: Likewise. + * win32/gui/ConfigurePlugins.c: Likewise. + * libpcsxcore/psxmem.c: Likewise. + * libpcsxcore/r3000a.c: Likewise. + * libpcsxcore/plugins.c: Likewise. + * libpcsxcore/misc.c: Likewise. May 11, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> |
