MORPHOS: remove USE_GLES_MODE
Not necessary
This commit is contained in:
parent
1277ff8b35
commit
3f69eca932
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@
|
|||
#include "backends/platform/sdl/sdl-sys.h"
|
||||
#endif
|
||||
|
||||
#ifdef __MORPHOS__
|
||||
#define USE_GLES_MODE 1
|
||||
#endif
|
||||
|
||||
// On OS X we only support GL contexts. The reason is that Apple's GL interface
|
||||
// uses "void *" for GLhandleARB which is not type compatible with GLint. This
|
||||
// kills our aliasing trick for extension functions and thus would force us to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue