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

5
src/teakra/externals/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,5 @@
if (TEAKRA_BUILD_UNIT_TESTS)
add_library(catch INTERFACE)
target_include_directories(catch INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/catch>)
endif()

14362
src/teakra/externals/catch/catch.hpp vendored Normal file

File diff suppressed because it is too large Load Diff