aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/gpuStdafx.h
diff options
context:
space:
mode:
authornotaz2013-02-06 03:54:04 +0200
committernotaz2013-02-06 03:54:04 +0200
commit418caf437ed1af2880b013462b603e1ca1f28fb5 (patch)
tree3a3aaa190472dc705f5301f97bbae624b58660ee /plugins/gpu-gles/gpuStdafx.h
parent468072a17a20bf584df17f14e329441eebf66776 (diff)
downloadpcsx_rearmed-418caf437ed1af2880b013462b603e1ca1f28fb5.tar.gz
pcsx_rearmed-418caf437ed1af2880b013462b603e1ca1f28fb5.tar.bz2
pcsx_rearmed-418caf437ed1af2880b013462b603e1ca1f28fb5.zip
attempt to make gles plugin work under RPi
Diffstat (limited to 'plugins/gpu-gles/gpuStdafx.h')
-rw-r--r--plugins/gpu-gles/gpuStdafx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/gpu-gles/gpuStdafx.h b/plugins/gpu-gles/gpuStdafx.h
index 69050b3..41051dc 100644
--- a/plugins/gpu-gles/gpuStdafx.h
+++ b/plugins/gpu-gles/gpuStdafx.h
@@ -82,12 +82,6 @@ extern "C" {
#define SHADETEXBIT(x) ((x>>24) & 0x1)
#define SEMITRANSBIT(x) ((x>>25) & 0x1)
-#ifndef _WINDOWS
-#ifndef GL_BGRA_EXT
-#define GL_BGRA_EXT GL_RGBA
-#endif
-#endif
-
#if 0
#define glError() { \
GLenum err = glGetError(); \