Game metadata extractor and some fixes

- App not closing on back pressed (AlberInputListener.java)
- Extract SMDH from rom.
- Extract metadata from SMDH
This commit is contained in:
Gabriel 2023-12-21 02:31:22 -04:00
parent 9ca7e88b6c
commit c0960dcccd
13 changed files with 370 additions and 16 deletions

View file

@ -389,6 +389,7 @@ if(ENABLE_VULKAN)
endif()
if(ANDROID)
set(HEADER_FILES ${HEADER_FILES} include/jni_driver.hpp)
set(ALL_SOURCES ${ALL_SOURCES} src/jni_driver.cpp)
endif()