Skip to content

Commit

Permalink
Update[turnip]: update the driver and loader required API level
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 6, 2025
1 parent 1b3d5c6 commit 3aeb575
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/jni/egl_bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static void set_vulkan_ptr(void* ptr) {

void load_vulkan() {
if(getenv("POJAV_ZINK_PREFER_SYSTEM_DRIVER") == NULL &&
android_get_device_api_level() >= 28) { // the loader does not support below that
android_get_device_api_level() >= 29) { // the loader does not support below API 28, turnip requires 29
#ifdef ADRENO_POSSIBLE
void* result = load_turnip_vulkan();
if(result != NULL) {
Expand Down
Binary file not shown.

0 comments on commit 3aeb575

Please sign in to comment.