diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-08-23 14:33:03 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-09-08 19:26:23 +0200 |
commit | a6efff8b02986daf6d3660c4f33c5f39cf3f3830 (patch) | |
tree | af15627fd0a02ae74b222e1d02e689185062f1a9 /externals | |
parent | Merge pull request #1246 from degasus/instanced_rendering (diff) | |
download | yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.gz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.bz2 yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.lz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.xz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.zst yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.zip |
Diffstat (limited to 'externals')
-rw-r--r-- | externals/CMakeLists.txt | 3 | ||||
m--------- | externals/soundtouch | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index b6eb36f20..600c45f0f 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -47,6 +47,9 @@ target_include_directories(microprofile INTERFACE ./microprofile) add_library(unicorn-headers INTERFACE) target_include_directories(unicorn-headers INTERFACE ./unicorn/include) +# SoundTouch +add_subdirectory(soundtouch) + # Xbyak if (ARCHITECTURE_x86_64) # Defined before "dynarmic" above diff --git a/externals/soundtouch b/externals/soundtouch new file mode 160000 +Subproject 060181eaf273180d3a7e87349895bd0cb6ccbf4 |