mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MORPHOS: Update opengl-sys.h
This commit is contained in:
committed by
Eugene Sandulenko
parent
ac573487de
commit
85f7d5865b
@@ -30,6 +30,10 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user