Add PoroCYon's DSP code. (#1123)

* Add PoroCYon's DSP code.

* Remove some teakra iles that we dont need.

* make some requested changes.

* move DataMemoryOffset into namespace.

* use deault param.

* ad the switch change

* <Generic> forget about the default parameter
This commit is contained in:
purringChaos
2021-06-06 17:27:26 +01:00
committed by GitHub
parent 2494058a71
commit e3b4350f44
89 changed files with 29641 additions and 0 deletions

View File

@ -18,6 +18,7 @@ add_library(core STATIC
DSi.cpp
DSi_AES.cpp
DSi_Camera.cpp
DSi_DSP.cpp
DSi_I2C.cpp
DSi_NDMA.cpp
DSi_NWifi.cpp
@ -100,6 +101,10 @@ if (ENABLE_JIT)
endif()
endif()
add_subdirectory(teakra EXCLUDE_FROM_ALL)
target_link_libraries(core teakra)
if (ENABLE_OGLRENDERER)
find_package(PkgConfig REQUIRED)
pkg_check_modules(EPOXY REQUIRED epoxy)