2026-09-07 10:16:09

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-07 10:16:09 +00:00
parent df50a67bdd
commit 1de10690ae
+1 -1
View File
@@ -23,7 +23,7 @@ set_property(TARGET yuzu-android PROPERTY IMPORTED_LOCATION ${FFmpeg_LIBRARY_DIR
target_link_libraries(yuzu-android PRIVATE audio_core common core input_common frontend_common video_core)
target_link_libraries(yuzu-android PRIVATE android EGL glad jnigraphics log GLESv2)
if (ANDROID_PLATFORM_LEVEL GREATER_THAN 24)
if (CMAKE_SYSTEM_VERSION GREATER_THAN 24)
target_link_libraries(yuzu-android PRIVATE camera2ndk)
endif()