Skip to content

Commit

Permalink
fix virgl
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 14, 2024
1 parent 4a43d04 commit 4a459f8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ public static String loadGraphicsLibrary(){
case "malihw_panfrost":
renderLibrary = "libOSMesa_pan.so";
break;
case "virgl":
case "vulkan_zink_legacy":
renderLibrary = "libOSMesa_znL.so";
break;
Expand All @@ -469,9 +470,6 @@ public static String loadGraphicsLibrary(){
case "adrhw_freedreno":
renderLibrary = "libOSMesa.so";
break;
case "virgl":
renderLibrary = "libOSMesa_81.so";
break;
case "opengles3_desktopgl_angle_vulkan" : renderLibrary = "libtinywrapper.so"; break;
case "opengles3_desktopgl_angle_vulkan_new" : renderLibrary = "libtinywrapper_new_angle.so"; break;
default:
Expand Down

0 comments on commit 4a459f8

Please sign in to comment.