Skip to content

Commit

Permalink
Fix[bridge]: Misrepresentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly authored Jan 13, 2024
1 parent 3d480bd commit 84cf5cf
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 @@ -239,7 +239,7 @@ int pojavInitOpenGL() {

// NOTE: Override for now.
const char *renderer = getenv("POJAV_RENDERER");
if (strncmp("opengles3_virgl", renderer, 15) == 0) {
if (strncmp("virgl", renderer, 15) == 0) {
pojav_environ->config_renderer = RENDERER_VIRGL;
setenv("GALLIUM_DRIVER","virpipe",1);
setenv("OSMESA_NO_FLUSH_FRONTBUFFER","1",false);
Expand Down

0 comments on commit 84cf5cf

Please sign in to comment.