|
@@ -39,6 +39,8 @@
|
|
|
#include "graphics/dgl.h"
|
|
|
#include "debug/profiler.h"
|
|
|
#include "platformAndroid/T2DActivity.h"
|
|
|
+#include "AndroidOGLVideo.h"
|
|
|
+#include "../platform/platformVideo_ScriptBinding.h"
|
|
|
|
|
|
//Luma: Tap support
|
|
|
extern void createMouseTapEvent(S32 nbrTaps, S32 x, S32 y);
|
|
@@ -259,6 +261,12 @@ bool OpenGLDevice::setGammaCorrection(F32 g)
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
+//------------------------------------------------------------------------------
|
|
|
+bool OpenGLDevice::getVerticalSync()
|
|
|
+{
|
|
|
+ return true;
|
|
|
+}
|
|
|
+
|
|
|
//------------------------------------------------------------------------------
|
|
|
bool OpenGLDevice::setVerticalSync(bool on)
|
|
|
{
|