mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 07:58:40 -05:00
CMakeLists: Enable mGBA on Android
This commit is contained in:
parent
ac0f4390f7
commit
606bcbe3ed
|
|
@ -733,9 +733,6 @@ if(USE_DISCORD_PRESENCE)
|
|||
include_directories(Externals/discord-rpc/include)
|
||||
endif()
|
||||
|
||||
if(NOT ENABLE_QT)
|
||||
set(USE_MGBA 0)
|
||||
endif()
|
||||
if(USE_MGBA)
|
||||
dolphin_find_optional_system_library(LIBMGBA Externals/mGBA 0.11)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user