attempt to make gles plugin work under RPi
[pcsx_rearmed.git] / plugins / gpu-gles / gpuStdafx.h
index 69050b3..41051dc 100644 (file)
@@ -82,12 +82,6 @@ extern "C" {
 #define SHADETEXBIT(x) ((x>>24) & 0x1)\r
 #define SEMITRANSBIT(x) ((x>>25) & 0x1)\r
 \r
-#ifndef _WINDOWS\r
-#ifndef GL_BGRA_EXT\r
-#define GL_BGRA_EXT GL_RGBA\r
-#endif\r
-#endif\r
-\r
 #if 0\r
 #define glError() { \\r
        GLenum err = glGetError(); \\r