Skip to content

Commit

Permalink
Fix GLFW Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed Jan 28, 2024
1 parent 88ffd7e commit 4dc715f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/jni/egl_bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ int pojavInit() {
return 1;
}

void pojavSetWindowHint(int hint, int value) {
// Stub
}

void pojavPumpEvents(void* window) {
// Stub
}

ANativeWindow_Buffer buf;
int32_t stride;
bool stopSwapBuffers;
Expand Down

0 comments on commit 4dc715f

Please sign in to comment.