From 85cb5305c337de06976d1a3257864a3ee05ec50a Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 8 May 2010 08:07:45 +0000 Subject: got rid of 0x80000000 flag in psxRegs.interrupt. such flag doesn't seem to exist in other emus and not likely in real hardware either. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47625 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e5d79d4..34b37763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +May 8, 2010 Wei Mingzhi + + * libpcsxcore/misc.c: Use const for input strings. + * libpcsxcore/misc.h: Likewise. + * libpcsxcore/spu.c: Got rid of 0x80000000 flag of psxRegs.interrupt. + * libpcsxcore/psxinterpreter.c: Likewise. + * libpcsxcore/cdrom.c: Likewise. + * libpcsxcore/ix86_64/iR3000A-64.c: Likewise. + * libpcsxcore/r3000a.c: Likewise. + * libpcsxcore/psxhw.c: Likewise. + * libpcsxcore/r3000a.h: Likewise. + * libpcsxcore/ix86/iR3000A.c: Likewise. + * libpcsxcore/psxhw.h: Likewise. + * libpcsxcore/sio.c: Likewise. + * libpcsxcore/psxcounters.c: Likewise. + May 8, 2010 Wei Mingzhi * libpcsxcore/sio.h: Added extern "C" to all headers. -- cgit v1.2.3