Skip to content

Commit

Permalink
Feat : Virgl render! Is Worked!
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly authored Aug 28, 2023
1 parent 1c35924 commit f14ba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/jni/egl_bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ bool loadSymbols() {
switch (pojav_environ->config_renderer) {
case RENDERER_VIRGL:
dlsym_EGL();
dlsym_OSMesa();
dlsym_OSMesa_1();
break;
case RENDERER_VK_ZINK:
dlsym_EGL();
Expand Down

0 comments on commit f14ba3d

Please sign in to comment.