gpu-gles: remove short types
[pcsx_rearmed.git] / plugins / gpu-gles / gpuDraw.c
index 597f286..4f639c1 100644 (file)
@@ -211,7 +211,7 @@ void GetExtInfos(void)
 {\r
  BOOL bPacked=FALSE;                                   // default: no packed pixel support\r
 \r
- if(strstr((s8 *)glGetString(GL_EXTENSIONS),         // packed pixels available?\r
+ if(strstr((char *)glGetString(GL_EXTENSIONS),         // packed pixels available?\r
     "GL_EXT_packed_pixels"))                          \r
   bPacked=TRUE;                                        // -> ok\r
 \r