From a8499431e29c41be35ca85686eb6f3eb3e6db250 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Fri, 10 Apr 2015 03:56:09 -0400 Subject: [PATCH] Re enable GBA Link --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91ac5dc1..1d855eef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ option( ENABLE_NLS "Enable translations" ON ) option( ENABLE_ASM_CORE "Enable x86 ASM CPU cores" OFF ) option( ENABLE_ASM_SCALERS "Enable x86 ASM graphic filters" OFF ) option( ENABLE_MMX "Enable MMX" OFF ) -option( ENABLE_LINK "Enable GBA linking functionality" OFF ) +option( ENABLE_LINK "Enable GBA linking functionality" ON ) option( ENABLE_LIRC "Enable LIRC support" OFF ) option( ENABLE_FFMPEG "Enable ffmpeg A/V recording" OFF ) if(ENABLE_ASM_SCALERS)