summaryrefslogtreecommitdiff
path: root/games-emulation/melonds/files/melonds-system-teakra.patch
blob: b59c31e4ba9a66d2a71a66579f9efcc3a6af7aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
index 7288b54..6525f11 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -110,7 +110,6 @@ if (ENABLE_JIT)
 	endif()
 endif()
 
-add_subdirectory(teakra EXCLUDE_FROM_ALL)
 target_link_libraries(core teakra)
 
 
index c889aff..a6339d9 100644
--- a/src/DSi_DSP.cpp
+++ b/src/DSi_DSP.cpp
@@ -16,7 +16,7 @@
     with melonDS. If not, see http://www.gnu.org/licenses/.
 */
 
-#include "teakra/include/teakra/teakra.h"
+#include "teakra/teakra.h"
 
 #include "DSi.h"
 #include "DSi_DSP.h"