summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-05-17 18:51:31 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-05-17 18:51:31 +0000
commit2b6262cbe6715c2402c98da47c1b748755b35a3e (patch)
tree4d0c9b55f5df35b247125a1fbcbab5163d900906 /plugins
parent2f0f4c038428171244fd4e188a04df3aa07b241a (diff)
downloadpcsxr-2b6262cbe6715c2402c98da47c1b748755b35a3e.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66878 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/peopsxgl/externals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/peopsxgl/externals.h b/plugins/peopsxgl/externals.h
index 074442aa..569be698 100644
--- a/plugins/peopsxgl/externals.h
+++ b/plugins/peopsxgl/externals.h
@@ -20,6 +20,12 @@
// if you use it, you must include it.
#include <OpenGL/gl.h>
#include <OpenGL/glext.h>
+#ifndef GL_COLOR_INDEX8_EXT
+#define GL_COLOR_INDEX8_EXT 0x80E5
+#endif
+#ifndef glColorTableEXT
+#define glColorTableEXT glColorTable
+#endif
#endif
#define MIRROR_TEST 1