aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-09-22 16:43:36 +0200
committerSven Gothel <[email protected]>2023-09-22 16:43:36 +0200
commitc505b85fc4c5f8bc1de6ae7f571d33e401c04e56 (patch)
tree7e2c5bc1cb376967b11a20b24c07e7094829dd7c /make/config
parente4267876d0aca64e9cfa8fa9be0bc8d6e3309b83 (diff)
OculusVR: Adapt to latest GlueGen changes
Diffstat (limited to 'make/config')
-rw-r--r--make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java b/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java
index 816974191..d6496ba52 100644
--- a/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java
+++ b/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java
@@ -17,10 +17,11 @@
System.err.println("Couldn't load native OVR/JNI glue library");
return null;
}
+ /** Not required nor forced
if( !initializeImpl() ) {
System.err.println("Native initialization failure of OVR/JNI glue library");
return null;
- }
+ } */
return bundle;
} } );
}