[Video] Fix up OGLESglitchmain.cpp compile issue on android

This commit is contained in:
zilmar 2017-07-26 08:13:06 +10:00
parent 5c13f772c2
commit ec7db34a78
1 changed files with 1 additions and 1 deletions

View File

@ -31,12 +31,12 @@
#include "g3ext.h"
#include "glitchmain.h"
#include <Project64-video/trace.h>
#include <Project64-video/Settings.h>
#define OPENGL_CHECK_ERRORS { const GLenum errcode = glGetError(); if (errcode != GL_NO_ERROR) LOG("OpenGL Error code %i in '%s' line %i\n", errcode, __FILE__, __LINE__-1); }
extern void(*renderCallback)(int);
wrapper_config config = { 0, 0, 0 };
int screen_width, screen_height;
void Android_JNI_SwapWindow(void);