From 606bcbe3ed5e4916f965329d8c9872109f455f72 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Mon, 30 Mar 2026 20:46:24 +0200 Subject: [PATCH] CMakeLists: Enable mGBA on Android --- CMakeLists.txt | 3 --- 1 file changed, 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()