Merge pull request #4490 from wwylele/teakra-new

audio: implement DSP LLE
This commit is contained in:
Ben 2019-01-11 16:45:00 +01:00 committed by GitHub
commit 4f23d5d69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 766 additions and 61 deletions

View file

@ -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

@ -0,0 +1 @@
Subproject commit e6ea0eae656c022d7878ffabc4e016b3e6f0c536