summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-11-11 16:19:33 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2025-11-13 17:03:31 -0600
commit6d5e8b9ed8ced1ca180b4634fd2d36f35a34d240 (patch)
tree55bcecfff48eaabf6db152e7fc1b27b3cc5c4ed4 /CMakeLists.txt
parent0c349306e3dd00864707a5ca7769c4e7afc6278e (diff)
Externals: Update mGBA to latest master.
Co-authored-by: Joshua Vandaƫle <joshua@vandaele.software>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da1a9eec10..2fa3769f8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -756,7 +756,7 @@ if(NOT ENABLE_QT)
set(USE_MGBA 0)
endif()
if(USE_MGBA)
- dolphin_find_optional_system_library(LIBMGBA Externals/mGBA)
+ dolphin_find_optional_system_library(LIBMGBA Externals/mGBA 0.11)
endif()
find_package(SYSTEMD)