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

Commit

Permalink
Update JREUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Nov 11, 2023
1 parent c161159 commit 2dd796d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@ public static String loadGraphicsLibrary(){
case "opengles2_vgpu":
renderLibrary = "libvgpu.so";
break;
case "opengles3_virgl":
renderLibrary = "libOSMesa_virgl.so";
break;
// case "opengles3_virgl":
// renderLibrary = "libOSMesa_virgl.so";
// break;
case "vulkan_zink":
renderLibrary = "libOSMesa.so";
break;
Expand Down

0 comments on commit 2dd796d

Please sign in to comment.