summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-03 00:41:00 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-03 00:41:00 +0000
commitb0063e567d1882b0256e7752eb45a2164b9caeca (patch)
treeba9a694df04d5edde3877aeb5aa055e1f39dafc5 /libpcsxcore/psxcounters.c
parent386f6485a3800b910ca47a0b4f9a28c6fc11624e (diff)
downloadpcsxr-b0063e567d1882b0256e7752eb45a2164b9caeca.tar.gz
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
Diffstat (limited to 'libpcsxcore/psxcounters.c')
-rw-r--r--libpcsxcore/psxcounters.c2
1 files changed, 1 insertions, 1 deletions
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 )
{