EGL Bridge does NOT need to be changed

This commit is contained in:
The Judge 2022-10-16 14:58:53 -07:00
parent 7b801ca0dd
commit 72ec03e403

View File

@ -806,6 +806,7 @@ int pojavInit() {
eglBindAPI_p(EGL_OPENGL_ES_API);
potatoBridge.eglSurface = eglCreateWindowSurface_p(potatoBridge.eglDisplay, config, pojav_environ->pojavWindow, NULL);
if (!potatoBridge.eglSurface) {
printf("EGLBridge: Error eglCreateWindowSurface failed: %p\n", eglGetError_p());
//(*env)->ThrowNew(env,(*env)->FindClass(env,"java/lang/Exception"),"Trace exception");