mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 13:07:46 +00:00
android: Minimal JNI for yuzu.
This commit is contained in:
parent
5fa0293c19
commit
573b88b179
8 changed files with 645 additions and 0 deletions
|
@ -195,3 +195,8 @@ endif()
|
|||
if (ENABLE_WEB_SERVICE)
|
||||
add_subdirectory(web_service)
|
||||
endif()
|
||||
|
||||
if (ANDROID)
|
||||
add_subdirectory(android/app/src/main/jni)
|
||||
target_include_directories(yuzu-android PRIVATE android/app/src/main)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue