mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-11 21:55:34 -04:00
Attempt fix crash on send input event
This commit is contained in:
parent
5af6e527bf
commit
c61d361d4e
@ -8,6 +8,7 @@ LOCAL_MODULE := pojavexec
|
||||
# LOCAL_CFLAGS += -DGLES_TEST
|
||||
LOCAL_SRC_FILES := \
|
||||
egl_bridge.c \
|
||||
input_bridge.c \
|
||||
jre_launcher.c \
|
||||
utils.c
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
JNIEXPORT void JNICALL Java_net_kdt_pojavlaunch_LWJGLInputSender(JNIEnv* env, jclass clazz, jint type, jstring data) {
|
||||
JNIEXPORT void JNICALL Java_net_kdt_pojavlaunch_LWJGLInputSender_sendDataToJRE(JNIEnv* env, jclass clazz, jint type, jstring data) {
|
||||
if (isEglMakeCurrentCalled == 1) {
|
||||
// Convert Dalvik string to JRE string: should or use directly?
|
||||
char *data_c = (char*)(*env)->GetStringUTFChars(env, data, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user