Skip to content

Commit

Permalink
zink is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Aug 25, 2023
1 parent cb28435 commit 79c1c9c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ private void printLauncherInfo(String gameVersion, String javaArguments) {
}

private void checkVulkanZinkIsSupported() {
if (Tools.DEVICE_ARCHITECTURE == ARCH_X86
|| Build.VERSION.SDK_INT < 25
if (Build.VERSION.SDK_INT < 25
|| !getPackageManager().hasSystemFeature(PackageManager.FEATURE_VULKAN_HARDWARE_LEVEL)
|| !getPackageManager().hasSystemFeature(PackageManager.FEATURE_VULKAN_HARDWARE_VERSION)) {
Logger.appendToLog("Error: Vulkan Zink renderer is not supported!");
Expand Down

0 comments on commit 79c1c9c

Please sign in to comment.