From 677ea10304049d6f7aae48317fe32cfea060d209 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 16 Jan 2012 18:03:15 +0200 Subject: gpu-gles: remove short types this removes deviation from other forks and brings code closer to original peops release --- plugins/gpu-gles/gpuPrim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu-gles/gpuPrim.h') 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); -- cgit v1.2.3