mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-20 14:01:44 +12:00
Roll back Pandroid/Hydra split
This commit is contained in:
parent
dc32e9a563
commit
0525d96aec
2 changed files with 3 additions and 4 deletions
|
@ -388,10 +388,9 @@ if(ENABLE_VULKAN)
|
|||
set(ALL_SOURCES ${ALL_SOURCES} ${RENDERER_VK_SOURCE_FILES})
|
||||
endif()
|
||||
|
||||
if(ANDROID AND NOT BUILD_HYDRA_CORE)
|
||||
if(ANDROID)
|
||||
set(HEADER_FILES ${HEADER_FILES} include/jni_driver.hpp)
|
||||
set(ALL_SOURCES ${ALL_SOURCES} src/jni_driver.cpp)
|
||||
target_compile_definitions(Alber PRIVATE PANDA3DS_FRONTEND_PANDROID=1)
|
||||
endif()
|
||||
|
||||
if(BUILD_HYDRA_CORE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue