[Video] Fix up OGLESglitchmain.cpp compile issue on android
This commit is contained in:
parent
5c13f772c2
commit
ec7db34a78
|
@ -31,12 +31,12 @@
|
||||||
#include "g3ext.h"
|
#include "g3ext.h"
|
||||||
#include "glitchmain.h"
|
#include "glitchmain.h"
|
||||||
#include <Project64-video/trace.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); }
|
#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);
|
extern void(*renderCallback)(int);
|
||||||
|
|
||||||
wrapper_config config = { 0, 0, 0 };
|
|
||||||
int screen_width, screen_height;
|
int screen_width, screen_height;
|
||||||
|
|
||||||
void Android_JNI_SwapWindow(void);
|
void Android_JNI_SwapWindow(void);
|
||||||
|
|
Loading…
Reference in New Issue