Skip to content

Commit

Permalink
Warning: This is a useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly authored Aug 28, 2023
1 parent a797abc commit 6ecdd3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app_pojavlauncher/src/main/jni/egl_bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,10 @@ bool loadSymbols() {
switch (pojav_environ->config_renderer) {
case RENDERER_VIRGL:
dlsym_EGL();
dlsym_OSMesa();
break;
case RENDERER_VK_ZINK:
dlsym_EGL();
dlsym_OSMesa();
break;
case RENDERER_GL4ES:
Expand Down

0 comments on commit 6ecdd3f

Please sign in to comment.