aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuDraw.c
diff options
context:
space:
mode:
authornotaz2012-01-16 18:03:15 +0200
committernotaz2012-01-19 01:42:10 +0200
commit677ea10304049d6f7aae48317fe32cfea060d209 (patch)
treee6cdd89b7b73232f5ab5e3cfba0ca25b3d16591b /plugins/gpu-gles/gpuDraw.c
parent62d7fa9555924ab8e152b546711d27add640b102 (diff)
downloadpcsx_rearmed-677ea10304049d6f7aae48317fe32cfea060d209.tar.gz
pcsx_rearmed-677ea10304049d6f7aae48317fe32cfea060d209.tar.bz2
pcsx_rearmed-677ea10304049d6f7aae48317fe32cfea060d209.zip
gpu-gles: remove short types
this removes deviation from other forks and brings code closer to original peops release
Diffstat (limited to 'plugins/gpu-gles/gpuDraw.c')
-rw-r--r--plugins/gpu-gles/gpuDraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu-gles/gpuDraw.c b/plugins/gpu-gles/gpuDraw.c
index 597f286..4f639c1 100644
--- a/plugins/gpu-gles/gpuDraw.c
+++ b/plugins/gpu-gles/gpuDraw.c
@@ -211,7 +211,7 @@ void GetExtInfos(void)
{
BOOL bPacked=FALSE; // default: no packed pixel support
- if(strstr((s8 *)glGetString(GL_EXTENSIONS), // packed pixels available?
+ if(strstr((char *)glGetString(GL_EXTENSIONS), // packed pixels available?
"GL_EXT_packed_pixels"))
bPacked=TRUE; // -> ok