diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 09:24:25 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 09:24:25 +0000 |
| commit | 47c7da9655a692701436605b3a21f7d08ce28ef6 (patch) | |
| tree | 79cd0e667d96a17a45d0e50ac0627470e74ebdff /libpcsxcore/ppf.h | |
| parent | 0d56e68d92dd72db371a47b3af20bae290817ca7 (diff) | |
| download | pcsxr-47c7da9655a692701436605b3a21f7d08ce28ef6.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40650 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 0f96a7e5..85ccd453 100644 --- a/libpcsxcore/ppf.h +++ b/libpcsxcore/ppf.h @@ -22,6 +22,6 @@ void BuildPPFCache(); void FreePPFCache(); -void CheckPPFCache(unsigned char *pB, u8 m, u8 s, u8 f); +void CheckPPFCache(unsigned char *pB, unsigned char m, unsigned char s, unsigned char f); #endif |
