platform/android-nosdl: Move all bindings to XashBindings class, workaround broken messageBox from crashhandler

This commit is contained in:
mittorn
2023-12-01 07:11:26 +03:00
committed by Alibek Omarov
parent 16aa2e919f
commit e21d8df1fe
3 changed files with 74 additions and 44 deletions

View File

@@ -9,6 +9,7 @@
extern struct jnimethods_s
{
jclass actcls;
jclass bindcls;
JavaVM *vm;
JNIEnv *env;
jmethodID enableTextInput;
@@ -27,7 +28,6 @@ extern struct jnimethods_s
jmethodID createGLContext;
jmethodID getGLAttribute;
jmethodID deleteGLContext;
jmethodID getSelectedPixelFormat;
jmethodID getSurface;
int width, height;
} jni;