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 | |
| 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')
| -rw-r--r-- | libpcsxcore/ppf.c | 2 | ||||
| -rw-r--r-- | libpcsxcore/ppf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c index cedfb3bf..63001ae0 100644 --- a/libpcsxcore/ppf.c +++ b/libpcsxcore/ppf.c @@ -91,7 +91,7 @@ void FreePPFCache() { ppfCache = NULL; } -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) { PPF_CACHE *pcstart, *pcend, *pcpos; int addr = MSF2SECT(btoi(m), btoi(s), btoi(f)), pos, anz, start; 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 |
