From b0063e567d1882b0256e7752eb45a2164b9caeca Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 3 Jun 2010 00:41:00 +0000 Subject: changed cdrom timing value so that it behaves the same as older revisions. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/psxcounters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/psxcounters.c') diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 48cba2cd..fed43c69 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -89,7 +89,7 @@ void setIrq( u32 irq ) } static -void verboseLog( s32 level, const s8 *str, ... ) +void verboseLog( s32 level, const char *str, ... ) { if( level <= VerboseLevel ) { -- cgit v1.2.3