mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Try always input queue on 1.12.2 and below to see if it work?
This commit is contained in:
parent
259ffe8550
commit
81f8b9dc56
@ -129,12 +129,16 @@ public class JREUtils
|
||||
}
|
||||
}
|
||||
|
||||
if (ldLibraryPath.length() == 0) {
|
||||
ldLibraryPath.append(
|
||||
// To make libjli.so ignore re-execute
|
||||
Tools.homeJreDir + "/lib/server:" +
|
||||
Tools.homeJreDir + "/lib/jli:" +
|
||||
Tools.homeJreDir + "/lib:" +
|
||||
Tools.homeJreDir + "/lib:"
|
||||
);
|
||||
}
|
||||
|
||||
ldLibraryPath.append(
|
||||
"/system/" + libName + ":" +
|
||||
"/vendor/" + libName + ":" +
|
||||
"/vendor/" + libName + "/hw:" +
|
||||
|
@ -133,7 +133,8 @@ void invokeCursorPos(int x, int y) {
|
||||
|
||||
JNIEXPORT void JNICALL Java_org_lwjgl_glfw_CallbackBridge_nativeAttachThreadToOther(JNIEnv* env, jclass clazz, jboolean isAndroid, jboolean isUseStackQueue) {
|
||||
glfwInputEventIndex = -1;
|
||||
isUseStackQueueCall = (int) isUseStackQueue;
|
||||
isUseStackQueueCall = 1;
|
||||
// isUseStackQueueCall = (int) isUseStackQueue;
|
||||
if (isUseStackQueue) {
|
||||
isPrepareGrabPos = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user