X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FgpuDraw.c;h=4f639c10002426acafc59fa0015861b428fdbb6b;hp=597f286b8c72c0b17a13d24dc4aa568c365169ca;hb=677ea10304049d6f7aae48317fe32cfea060d209;hpb=62d7fa9555924ab8e152b546711d27add640b102 diff --git a/plugins/gpu-gles/gpuDraw.c b/plugins/gpu-gles/gpuDraw.c index 597f286b..4f639c10 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