Skip to content

Commit 0ecbb40

Browse files
committed
Undo skill issues
1 parent 8656481 commit 0ecbb40

13 files changed

+16866
-2
lines changed
0 Bytes
Binary file not shown.

src/main/assets/lwjgl/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1771210374723
1+
1772863744219

src/main/jni/Android.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ HERE_PATH := $(LOCAL_PATH)
77

88
LOCAL_PATH := $(HERE_PATH)
99

10+
include $(CLEAR_VARS)
11+
LOCAL_MODULE := openxr_loader
12+
LOCAL_SRC_FILES := libopenxr_loader.so
13+
include $(PREBUILT_SHARED_LIBRARY)
14+
1015
include $(CLEAR_VARS)
1116
# Link GLESv2 for test
1217
LOCAL_LDLIBS := -ldl -llog -landroid -lGLESv3 -lEGL
@@ -25,7 +30,7 @@ include $(BUILD_SHARED_LIBRARY)
2530
include $(CLEAR_VARS)
2631
LOCAL_LDLIBS := -llog -landroid -lGLESv3 -lvulkan -lEGL
2732
LOCAL_CFLAGS := -DXR_USE_PLATFORM_ANDROID -DXR_USE_GRAPHICS_API_OPENGL_ES
28-
LOCAL_SHARED_LIBRARIES := pojavexec
33+
LOCAL_SHARED_LIBRARIES := pojavexec openxr_loader
2934
LOCAL_MODULE := vloader
3035
LOCAL_SRC_FILES := \
3136
vloader.cpp

src/main/jni/environ/environ.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <stdatomic.h>
99
#include <jni.h>
1010
#include <EGL/egl.h>
11+
#include <openxr/openxr_platform.h>
1112

1213
/* How many events can be handled at the same time */
1314
#define EVENT_WINDOW_SIZE 8000

src/main/jni/libopenxr_loader.so

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:547bc81d961b6830c6e2e6d19fb417cf583ebcba0819bb26f84d9fbabf8acb97
3+
size 1583672

0 commit comments

Comments
 (0)