diff options
| author | JosJuice <josjuice@gmail.com> | 2026-03-30 20:46:24 +0200 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-03-31 23:40:54 -0500 |
| commit | 606bcbe3ed5e4916f965329d8c9872109f455f72 (patch) | |
| tree | ed0d33805ce9bb166d8250b76a293242767515c1 /CMakeLists.txt | |
| parent | ac0f4390f744dad9d9b91d9048d8f727c2b14e27 (diff) | |
CMakeLists: Enable mGBA on Android
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2711a222a6..f07566c044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() |
