Skip to content

Commit

Permalink
go back to mesa 22.0.5, fix old virgl osmesa reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 14, 2024
1 parent efba166 commit 5dbb3cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/jni/ctxbridges/osmesa_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void dlsym_OSMesa() {
}
free(main_path);
} else if(pojav_environ->config_renderer == RENDERER_VIRGL) {
if(asprintf(&main_path, "%s/libOSMesa_81.so", getenv("POJAV_NATIVEDIR")) == -1) {
if(asprintf(&main_path, "%s/libOSMesa_znL.so", getenv("POJAV_NATIVEDIR")) == -1) {
abort();
}
}
Expand Down
Binary file modified app_pojavlauncher/src/main/jniLibs/arm64-v8a/libOSMesa_znL.so
Binary file not shown.
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<string name="mcl_setting_renderer_panfrost">Panfrost (Mali Gx10 only) - (all versions, mid)</string>
<string name="mcl_setting_renderer_freedreno">Freedreno (Adreno) - (all versions, mid)</string>
<string name="mcl_setting_renderer_softpipe">softpipe (CPU) - (all versions, very slow)</string>
<string name="mcl_setting_renderer_vulkan_zink_legacy">Legacy Zink (DISABLED FOR THIS BUILD) - (all versions, slow)</string>
<string name="mcl_setting_renderer_vulkan_zink_legacy">Legacy Zink (Broken?) - (all versions, slow)</string>
<string name="mcl_setting_renderer_virgl">virglrenderer (WIP) - (all versions, slow)</string>
<string name="mcl_setting_veroption_release">Release</string>
<string name="mcl_setting_veroption_snapshot">Snapshot</string>
Expand Down

0 comments on commit 5dbb3cc

Please sign in to comment.