mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
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:
5
src/teakra/externals/CMakeLists.txt
vendored
Normal file
5
src/teakra/externals/CMakeLists.txt
vendored
Normal 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
14362
src/teakra/externals/catch/catch.hpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user