From f7823bc1646f1885bd9a0a19a9645c0e2cb884bd Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 10 Jul 2010 06:54:11 +0000 Subject: I was really stupid... just use libcdio and everything's fine, no need to deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/misc.h') diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index 7a0574f9..ae3fc81f 100644 --- a/libpcsxcore/misc.h +++ b/libpcsxcore/misc.h @@ -69,6 +69,7 @@ int SendPcsxInfo(); int RecvPcsxInfo(); void trim(char *str); +u16 calcCrc(u8 *d, int len); #ifdef __cplusplus } -- cgit v1.2.3