summaryrefslogtreecommitdiff
path: root/libpcsxcore/ppf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/ppf.c')
-rw-r--r--libpcsxcore/ppf.c2
1 files changed, 1 insertions, 1 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;