Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 1, 2024
1 parent 13c2f02 commit 3b375ce
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 @@ -208,7 +208,7 @@ int pojavInitOpenGL() {
} else if (strncmp("opengles", renderer, 8) == 0) {
pojav_environ->config_renderer = RENDERER_GL4ES;
set_gl_bridge_tbl();
} else if (strcmp(renderer, "vulkan_zink") == 0 || strcmp(renders, "vulkan_zink_legacy") == 0) {
} else if (strcmp(renderer, "vulkan_zink") == 0 || strcmp(renderer, "vulkan_zink_legacy") == 0) {
pojav_environ->config_renderer = RENDERER_VK_ZINK;
load_vulkan();
setenv("MESA_LOADER_DRIVER_OVERRIDE","zink",1);
Expand Down

0 comments on commit 3b375ce

Please sign in to comment.