aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuPrim.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu-gles/gpuPrim.h')
-rw-r--r--plugins/gpu-gles/gpuPrim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu-gles/gpuPrim.h b/plugins/gpu-gles/gpuPrim.h
index 58d3311..dc49767 100644
--- a/plugins/gpu-gles/gpuPrim.h
+++ b/plugins/gpu-gles/gpuPrim.h
@@ -45,7 +45,7 @@ BOOL CheckAgainstScreen(short imageX0,short imageY0,short imageX1,short imageY1)
BOOL CheckAgainstFrontScreen(short imageX0,short imageY0,short imageX1,short imageY1);
BOOL FastCheckAgainstScreen(short imageX0,short imageY0,short imageX1,short imageY1);
BOOL FastCheckAgainstFrontScreen(short imageX0,short imageY0,short imageX1,short imageY1);
-BOOL bCheckFF9G4(u8 * baseAddr);
+BOOL bCheckFF9G4(unsigned char * baseAddr);
void SetScanTrans(void);
void SetScanTexTrans(void);
void DrawMultiBlur(void);