mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-01 02:27:52 -05:00
Initial ARM64 support
This commit is contained in:
@ -385,6 +385,6 @@ if (NOT APPLE)
|
||||
target_compile_definitions(yuzu PRIVATE HAS_OPENGL)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64)
|
||||
target_link_libraries(yuzu PRIVATE dynarmic)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user