diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 09:23:20 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 09:23:20 +0000 |
| commit | 0d56e68d92dd72db371a47b3af20bae290817ca7 (patch) | |
| tree | 8a69123e5f1afd86709c5c38fa3bb86bc39a5fbd /libpcsxcore/ppf.h | |
| parent | 912c53cda0997e17d32d0b854823c3334b419db5 (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40649 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/ppf.h')
| -rw-r--r-- | libpcsxcore/ppf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ppf.h b/libpcsxcore/ppf.h index 79ade7d1..0f96a7e5 100644 --- a/libpcsxcore/ppf.h +++ b/libpcsxcore/ppf.h @@ -22,6 +22,6 @@ void BuildPPFCache(); void FreePPFCache(); -void CheckPPFCache(unsigned char *pB, int m, int s, int f); +void CheckPPFCache(unsigned char *pB, u8 m, u8 s, u8 f); #endif |
