CMake: Enable GBA linking by default. Fixes Sonic Advance 2.

This commit is contained in:
bgk 2012-02-06 10:28:46 +00:00
parent 3b8a30a14d
commit 0221929951
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ option( ENABLE_DEBUGGER "Enable the debugger" ON )
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_LINK "Enable GBA linking functionality" OFF )
option( ENABLE_LINK "Enable GBA linking functionality" ON )
option( ENABLE_LIRC "Enable LIRC support" OFF )
if(ENABLE_ASM_SCALERS)
option( ENABLE_MMX "Enable MMX" OFF )