summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2018-07-27 19:17:27 -0400
committerGravatar bunnei2018-07-30 18:44:16 -0400
commit5f59815f39f7f9817ea0b55885e89fdf02189f78 (patch)
tree970061eb06e1f81ccd24329f034b64739548d2d7
parentImplemented various hwopus functions (#853) (diff)
downloadyuzu-5f59815f39f7f9817ea0b55885e89fdf02189f78.tar.gz
yuzu-5f59815f39f7f9817ea0b55885e89fdf02189f78.tar.xz
yuzu-5f59815f39f7f9817ea0b55885e89fdf02189f78.zip
externals: Add cubeb for audio output.
-rw-r--r--.gitmodules3
m---------externals/cubeb0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 4de47fa6b..0f94613c4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,6 +7,9 @@
7[submodule "catch"] 7[submodule "catch"]
8 path = externals/catch 8 path = externals/catch
9 url = https://github.com/philsquared/Catch.git 9 url = https://github.com/philsquared/Catch.git
10[submodule "cubeb"]
11 path = externals/cubeb
12 url = https://github.com/kinetiknz/cubeb.git
10[submodule "dynarmic"] 13[submodule "dynarmic"]
11 path = externals/dynarmic 14 path = externals/dynarmic
12 url = https://github.com/MerryMage/dynarmic.git 15 url = https://github.com/MerryMage/dynarmic.git
diff --git a/externals/cubeb b/externals/cubeb
new file mode 160000
Subproject 12b78c0edfa40007e41dbdcd9dfe367fbb98d01