Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Revert "[up]暂时删除virgl"
Browse files Browse the repository at this point in the history
This reverts commit 4b33856.
  • Loading branch information
Coloryr committed Nov 11, 2023
1 parent 4b33856 commit c161159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ public static String loadGraphicsLibrary(){
case "vulkan_zink":
renderLibrary = "libOSMesa.so";
break;
// case "opengles3_desktopgl_angle_vulkan" :
// renderLibrary = "libtinywrapper.so";
// break;
case "opengles3_desktopgl_angle_vulkan" :
renderLibrary = "libtinywrapper.so";
break;
default:
Log.w("RENDER_LIBRARY", "No renderer selected, defaulting to opengles2");
renderLibrary = "libgl4es_114.so";
Expand Down
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/res/values/headings_array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<item>opengles2</item> <!-- gl4es_extra 1.1.4 with OpenGL ES 2/"3" -->
<item>opengles2_vgpu</item> <!-- vgpurenderer with OpenGL ES 2 OpenGL4.4 -->
<item>vulkan_zink</item> <!-- zinkrenderer with Vulkan OpenGL4.6 -->
<!-- <item>opengles3_virgl</item> &lt;!&ndash; virglrenderer with OpenGL ES 3 &ndash;&gt;-->
<item>opengles3_virgl</item> <!-- virglrenderer with OpenGL ES 3 -->
<item>opengles3_desktopgl_angle_vulkan</item>
</string-array>
</resources>

0 comments on commit c161159

Please sign in to comment.