diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
| commit | 4d39defcb59600513ff65a688c54f3d6b13ca63a (patch) | |
| tree | c1b89b128f8c7f53a277a8cac28979d02357d083 /ChangeLog | |
| parent | aaaf3199b1afd1e5f88f23ce40305a5df5455599 (diff) | |
| download | pcsxr-4d39defcb59600513ff65a688c54f3d6b13ca63a.tar.gz | |
more cleanups.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +May 8, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> + + * libpcsxcore/sio.h: Added extern "C" to all headers. + * libpcsxcore/misc.h: Likewise. + * libpcsxcore/ppc/reguse.h: Likewise. + * libpcsxcore/ppc/pGte.h: Likewise. + * libpcsxcore/ppc/ppc.h: Likewise. + * libpcsxcore/psxdma.h: Likewise. + * libpcsxcore/psxcounters.h: Likewise. + * libpcsxcore/cdrom.h: Likewise. + * libpcsxcore/psxmem.h: Likewise. + * libpcsxcore/decode_xa.h: Likewise. + * libpcsxcore/coff.h: Likewise. + * libpcsxcore/gte.h: Likewise. + * libpcsxcore/ix86_64/iGte.h: Likewise. + * libpcsxcore/cdriso.h: Likewise. + * libpcsxcore/system.h: Likewise. + * libpcsxcore/ppf.h: Likewise. + * libpcsxcore/debug.h: Likewise. + * libpcsxcore/psxbios.h: Likewise. + * libpcsxcore/psxhle.h: Likewise. + * libpcsxcore/r3000a.h: Likewise. + * libpcsxcore/spu.h: Likewise. + * libpcsxcore/psemu_plugin_defs.h: Likewise. + * libpcsxcore/mdec.h: Likewise. + * libpcsxcore/plugins.h: Likewise. + * libpcsxcore/ix86/iGte.h: Likewise. + * libpcsxcore/psxhw.h: Likewise. + * libpcsxcore/cheat.h: Likewise. + * libpcsxcore/socket.h: Likewise. + * libpcsxcore/r3000a.c: Separated cheat related stuff out of the r3000a code. + * libpcsxcore/psxcounters.c: Likewise. + * libpcsxcore/psxcommon.h: Added EmuInit, EmuReset, EmuShutdown & EmuReset. + * libpcsxcore/misc.c: Moved logging stuff to psxcommon.c. + * libpcsxcore/psxcommon.c: Added EmuInit, EmuReset, EmuShutdown & EmuReset, + moved logging stuff from misc.c to here. + * gui/LnxMain.c: Call Emu* instead of psx*. + * macosx/main.m: Likewise. + * macosx/EmuThread.m: Likewise. + * win32/gui/WndMain.c: Likewise. + * libpcsxcore/ix86/ix86.c: Moved definations in ix86.h to source file. + * libpcsxcore/ix86/ix86.h: Likewise. + May 7, 2010 Wei Mingzhi <whistler_wmz@users.sf.net> * libpcsxcore/r3000a.c: Removed unneeded declarations, other minor cleanups. |
