audio_core: add teakra and lle interface
This commit is contained in:
parent
eabc9727d8
commit
6d51d95d44
6 changed files with 55 additions and 8 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -51,6 +51,9 @@ add_subdirectory(soundtouch)
|
|||
# The SoundTouch target doesn't export the necessary include paths as properties by default
|
||||
target_include_directories(SoundTouch INTERFACE ./soundtouch/include)
|
||||
|
||||
# Teakra
|
||||
add_subdirectory(teakra)
|
||||
|
||||
# Xbyak
|
||||
if (ARCHITECTURE_x86_64)
|
||||
# Defined before "dynarmic" above
|
||||
|
|
1
externals/teakra
vendored
Submodule
1
externals/teakra
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6dc1297548a116e6ef78ddd1a52ab3b3f9af0b17
|
Loading…
Add table
Add a link
Reference in a new issue